add missing "echo" to display the controller name
authorMohammad A. ZeinEddin <mohammad@zeineddin.name>
Mon, 25 Jun 2012 08:51:05 +0000 (11:51 +0300)
committerMohammad A. ZeinEddin <mohammad@zeineddin.name>
Mon, 25 Jun 2012 08:51:05 +0000 (11:51 +0300)
module/Application/view/error/404.phtml

index 47f1ffc..f3e4eba 100644 (file)
@@ -32,7 +32,7 @@ switch ($this->reason) {
 
 <dl>
     <dt>Controller:</dt>
-    <dd><?php $this->escape($this->controller) ?>
+    <dd><?php echo $this->escape($this->controller) ?>
 <?php
 if (isset($this->controller_class) 
     && $this->controller_class