Author: leesbian
Date: 2010-03-03 16:59:36 +0100 (Wed, 03 Mar 2010)
New Revision: 28369
Modified:
plugins/sfErrorHandlerPlugin/trunk/lib/sfHardenedRenderingFilter.class.php
Log:
fixed typo
Modified:
plugins/sfErrorHandlerPlugin/trunk/lib/sfHardenedRenderingFilter.class.php
===================================================================
--- plugins/sfErrorHandlerPlugin/trunk/lib/sfHardenedRenderingFilter.class.php
2010-03-03 15:55:04 UTC (rev 28368)
+++ plugins/sfErrorHandlerPlugin/trunk/lib/sfHardenedRenderingFilter.class.php
2010-03-03 15:59:36 UTC (rev 28369)
@@ -51,7 +51,7 @@
//$this->log('set error_reporting to : ' .
sfConfig::get('sf_error_reporting', E_ALL & ~E_NOTICE));
} else {
// get from config or default to E_ALL without E_NOTICE (those
E_NOTICEs can get annoying...)
- set_error_handler(array('sfErrorHandler', 'error_handle'),
sfConfig::get('sf_error_reporting', E_ALL & ~E_NOTICE));
+ set_error_handler(array('sfErrorHandler', 'error_handler'),
sfConfig::get('sf_error_reporting', E_ALL & ~E_NOTICE));
//$this->log('set error_reporting to : ' .
sfConfig::get('sf_error_reporting', E_ALL & ~E_NOTICE));
}
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.