From: <var...@us...> - 2014-12-02 15:09:09
|
Revision: 9405 http://sourceforge.net/p/phpwiki/code/9405 Author: vargenau Date: 2014-12-02 15:09:06 +0000 (Tue, 02 Dec 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/WikiDB.php Modified: trunk/lib/WikiDB.php =================================================================== --- trunk/lib/WikiDB.php 2014-12-02 14:26:47 UTC (rev 9404) +++ trunk/lib/WikiDB.php 2014-12-02 15:09:06 UTC (rev 9405) @@ -747,7 +747,7 @@ elseif ($param == 'USER_AUTH_POLICY') return $GLOBALS['USER_AUTH_POLICY']; else - return false; + return array(); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |