From 6bde836bd08731e74386b30df6442786d403a422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20D=C3=B6ring?= Date: Fri, 27 Jun 2014 19:45:55 +0200 Subject: [PATCH] Fixed wrong comment --- CCF/app/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCF/app/App.php b/CCF/app/App.php index e87ee03..de649f6 100755 --- a/CCF/app/App.php +++ b/CCF/app/App.php @@ -47,7 +47,7 @@ public static function wake() /* * try to authenticate the user */ - //static::$user =& Auth::instance()->user; + //static::$user =& CCAuth::handler()->user; /* * load the App configuration