[Phphtmllib-devel] SF.net SVN: phphtmllib:[3181] trunk/open2300/lib/init.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-07 06:41:50
|
Revision: 3181 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3181&view=rev Author: hemna Date: 2008-11-07 06:41:47 +0000 (Fri, 07 Nov 2008) Log Message: ----------- text mode working Modified Paths: -------------- trunk/open2300/lib/init.inc Modified: trunk/open2300/lib/init.inc =================================================================== --- trunk/open2300/lib/init.inc 2008-11-07 06:41:08 UTC (rev 3180) +++ trunk/open2300/lib/init.inc 2008-11-07 06:41:47 UTC (rev 3181) @@ -60,8 +60,8 @@ 'Target' => $target, 'Trace' => "\n".$trace ); - - if (Config::singleton()->get('uncaught_exception_output', 'html')) { + + if (Config::singleton()->get('uncaught_exception_output', 'html') == 'html') { if (!Config::singleton()->get('debug')) { $page = new ExceptionErrorPage(); print $page->render(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |