Removed unnecessary key from template_path_stack.
authorKyle Spraggs <theman@spiffyjr.me>
Tue, 22 May 2012 21:00:59 +0000 (16:00 -0500)
committerKyle Spraggs <theman@spiffyjr.me>
Tue, 22 May 2012 21:00:59 +0000 (16:00 -0500)
module/Application/config/module.config.php

index 8015ff5..13643b9 100644 (file)
@@ -46,7 +46,7 @@ return array(
             'error/index'   => __DIR__ . '/../view/error/index.phtml',
         ),
         'template_path_stack' => array(
-            'application' => __DIR__ . '/../view',
+            __DIR__ . '/../view',
         ),
     ),
 );