From 4cba8a12a0cc80b30f168a13bcd733623915603b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Mon, 8 Nov 2010 22:36:38 -0430 Subject: [PATCH] Removing E_STRICT errors from Configure and App class --- cake/libs/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/configure.php b/cake/libs/configure.php index 9373f907f..ff8af76cd 100644 --- a/cake/libs/configure.php +++ b/cake/libs/configure.php @@ -1053,7 +1053,7 @@ class App { * @param string $name Class name to overload * @access private */ - private function __overload($type, $name, $parent) { + private static function __overload($type, $name, $parent) { }