From: <var...@us...> - 2013-06-19 13:28:38
|
Revision: 8820 http://sourceforge.net/p/phpwiki/code/8820 Author: vargenau Date: 2013-06-19 13:28:34 +0000 (Wed, 19 Jun 2013) Log Message: ----------- Avoid fatal error in ListRelations Modified Paths: -------------- trunk/lib/WikiDB.php Modified: trunk/lib/WikiDB.php =================================================================== --- trunk/lib/WikiDB.php 2013-06-19 13:25:45 UTC (rev 8819) +++ trunk/lib/WikiDB.php 2013-06-19 13:28:34 UTC (rev 8820) @@ -1969,7 +1969,7 @@ */ function free() { - $this->_iter->free(); + // $this->_iter->free(); } function reset() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |