From: <var...@us...> - 2014-12-19 15:49:17
|
Revision: 9453 http://sourceforge.net/p/phpwiki/code/9453 Author: vargenau Date: 2014-12-19 15:49:15 +0000 (Fri, 19 Dec 2014) Log Message: ----------- Indent Modified Paths: -------------- trunk/lib/WikiPlugin.php Modified: trunk/lib/WikiPlugin.php =================================================================== --- trunk/lib/WikiPlugin.php 2014-12-19 15:32:20 UTC (rev 9452) +++ trunk/lib/WikiPlugin.php 2014-12-19 15:49:15 UTC (rev 9453) @@ -384,7 +384,8 @@ { if (!$request) { $request =& $GLOBALS['request']; - } $dbi = $request->getDbh(); + } + $dbi = $request->getDbh(); return $this->makeBox('', $this->run($dbi, $args, $request, $basepage)); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |