add missing "echo" to display the controller name
[zf2.biz/galerie.git] / 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