Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/app_controller.php
diff options
context:
space:
mode:
authormorgamic@mozilla.com <morgamic@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-02-12 03:18:10 (GMT)
committer morgamic@mozilla.com <morgamic@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-02-12 03:18:10 (GMT)
commit27ebc850734cd995272f4138d4e02d24d01b3123 (patch)
treeb68e60d70a6f0dc7b16afde76a9fab4b6b2b0ca5 /site/app/app_controller.php
parent694793298566ed9799fa21fb28a25a08e3107a23 (diff)
Updated 401 error page and l10n msgids. Updated controllers to have needed exceptions for permissions (when they are public). Turned on ACL components in app_controller. Updated test and remora sql to remove db_acl stuff and include new info for ACL components.
git-svn-id: http://svn.mozilla.org/addons/trunk@1965 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/app_controller.php')
-rw-r--r--site/app/app_controller.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/site/app/app_controller.php b/site/app/app_controller.php
index 050c8dc..7cd4c54 100644
--- a/site/app/app_controller.php
+++ b/site/app/app_controller.php
@@ -38,8 +38,7 @@
class AppController extends Controller
{
-// var $components = array('Amo','SimpleAuth','SimpleAcl');
- var $components = array('Amo');
+ var $components = array('Amo','SimpleAuth','SimpleAcl');
var $uses = array('User','Group');
var $view = 'Addons';
@@ -48,12 +47,10 @@ class AppController extends Controller
var $argSeparator = ":";
var $beforeFilter = array('getNamedArgs');
-/**
function startup() {
$this->SimpleAuth->startup($this);
$this->SimpleAcl->startup($this);
}
-*/
/**
* Enables sandbox access when requested, via the status named argument.