From: <var...@us...> - 2011-04-11 08:46:32
|
Revision: 8032 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8032&view=rev Author: vargenau Date: 2011-04-11 08:46:26 +0000 (Mon, 11 Apr 2011) Log Message: ----------- Fix syntax error Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2011-04-11 08:36:32 UTC (rev 8031) +++ trunk/lib/WikiTheme.php 2011-04-11 08:46:26 UTC (rev 8032) @@ -272,7 +272,7 @@ } else if (!$missing_okay) { trigger_error("$this->_theme/$file: not found", E_USER_NOTICE); - if ((DEBUG & _DEBUG_TRACE) { + if (DEBUG & _DEBUG_TRACE) { echo "<pre>", printSimpleTrace(debug_backtrace()), "</pre>\n"; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |