Skip to content

Draft: [FIX] Fix array access in the get_page function, wikilib

John Santos requested to merge john.ndiwayesu/tiki:wikilibissues into master
  • [FIX] Fix array access in the get_page function, wikilib

This fixes 3 issues:

  • the Undefined array key that will occure when we check for a non existing key,
  • the issue in the substr method when we pass null values
  • the issue in $ret = parts[i - 1]; when we pass null values

https://app.glitchtip.com/evoludata/issues/2381074 https://app.glitchtip.com/evoludata/issues/2381075

Edited by John Santos

Merge request reports