Found in PhpWikiAdministration by clicking on the "Purge Cache" button -
it's been annoying me for a while!
WikiDB_backend_pearDB->get_all_pages(), line 621 - replace
. $exclude ? " WHERE $exclude" : ''
with
. ( $exclude ? " WHERE $exclude" : '' )
It is possible that the line number is out by 1 or 2 as it took several
lines of error_log() to track this down that may not have been cleaned up
correctly.
regards,
Charles
|