From: <var...@us...> - 2014-09-27 17:54:03
|
Revision: 9129 http://sourceforge.net/p/phpwiki/code/9129 Author: vargenau Date: 2014-09-27 17:53:55 +0000 (Sat, 27 Sep 2014) Log Message: ----------- Add return Modified Paths: -------------- trunk/lib/main.php Modified: trunk/lib/main.php =================================================================== --- trunk/lib/main.php 2014-09-26 17:02:59 UTC (rev 9128) +++ trunk/lib/main.php 2014-09-27 17:53:55 UTC (rev 9129) @@ -333,6 +333,7 @@ if (isset($this->_prefs)) { return $this->_prefs->get($key); } + return false; } function & getDbh() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |