From 4b53f9f6426aada45be7c077d5f89141d7087bcd Mon Sep 17 00:00:00 2001 From: "Mohammad A. ZeinEddin" Date: Mon, 25 Jun 2012 11:51:05 +0300 Subject: [PATCH] add missing "echo" to display the controller name --- module/Application/view/error/404.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Application/view/error/404.phtml b/module/Application/view/error/404.phtml index 47f1ffc..f3e4eba 100644 --- a/module/Application/view/error/404.phtml +++ b/module/Application/view/error/404.phtml @@ -32,7 +32,7 @@ switch ($this->reason) {
Controller:
-
escape($this->controller) ?> +
escape($this->controller) ?> controller_class) && $this->controller_class -- 1.7.10.4