From: <var...@us...> - 2014-10-07 14:16:59
|
Revision: 9214 http://sourceforge.net/p/phpwiki/code/9214 Author: vargenau Date: 2014-10-07 14:16:56 +0000 (Tue, 07 Oct 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/WikiDB/backend.php Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2014-10-07 13:23:09 UTC (rev 9213) +++ trunk/lib/WikiDB/backend.php 2014-10-07 14:16:56 UTC (rev 9214) @@ -194,7 +194,7 @@ $this->lock(); // critical section: $version = $this->get_latest_version($pagename); $this->set_versiondata($pagename, $version + 1, $vdata); - $this->set_links($pagename, false); // links are purged. + $this->set_links($pagename, array()); // links are purged. // SQL needs to invalidate the non_empty id if (!WIKIDB_NOCACHE_MARKUP) { // need the hits, perms and LOCKED, otherwise you can reset the perm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |