From 6484e1f2e0ed605c23b619b3179b1bf64a690100 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 15 Jul 2015 19:26:23 -0700 Subject: Added authorizing false so it would not show the Savant3:: error --- controllers/auth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controllers/auth.php') diff --git a/controllers/auth.php b/controllers/auth.php index 3611416..33baa3e 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -64,7 +64,8 @@ $app->get('/', function($format='html') use($app) { ob_start(); render('index', array( 'title' => 'Quill', - 'meta' => '' + 'meta' => '', + 'authorizing' => false )); $html = ob_get_clean(); $res->body($html); -- cgit v1.2.3