From 4be7b4ab5564e3f7ad4e1373f21a08c4fc4b728c Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 15:19:29 -0700 Subject: For now, remove permissions.php dependency --- config/bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bootstrap.php b/config/bootstrap.php index ceb2dae..2a46046 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -82,6 +82,6 @@ require __DIR__ . '/bootstrap/media.php'; */ // require __DIR__ . '/bootstrap/console.php'; -require __DIR__ . '/bootstrap/permissions.php'; +// require __DIR__ . '/bootstrap/permissions.php'; -?> \ No newline at end of file +?> -- cgit v1.2.3