Changed tabs to spaces
This commit is contained in:
parent
7bc07a91f2
commit
3024daba0e
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue