Changed tabs to spaces

This commit is contained in:
Duncan Sommerville 2014-11-04 11:06:17 -05:00
parent 7bc07a91f2
commit 3024daba0e
1 changed files with 8 additions and 8 deletions

View File

@ -167,7 +167,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
protected function _initZFDebug() protected function _initZFDebug()
{ {
Zend_Controller_Front::getInstance()->throwExceptions(true); Zend_Controller_Front::getInstance()->throwExceptions(false);
/* /*
if (APPLICATION_ENV == "development") { if (APPLICATION_ENV == "development") {