From 18ffc508ad14aa260fc244c732dc34f2fe8afaea Mon Sep 17 00:00:00 2001 From: JD-Robbs Date: Sun, 12 Oct 2014 23:07:41 +0100 Subject: [PATCH] Helper as Opposed to AppHelper --- src/Template/Error/missing_helper.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template/Error/missing_helper.ctp b/src/Template/Error/missing_helper.ctp index d7ed1dae21b..98a71a47914 100644 --- a/src/Template/Error/missing_helper.ctp +++ b/src/Template/Error/missing_helper.ctp @@ -44,7 +44,7 @@ if (!empty($plugin) && !Plugin::loaded($plugin)) {

 <?php
-class  extends AppHelper {
+class  extends Helper {
 
 }