Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/controllers/api_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/controllers/api_controller.php')
-rw-r--r--site/app/controllers/api_controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/controllers/api_controller.php b/site/app/controllers/api_controller.php
index 33a85ce..1e41f27 100644
--- a/site/app/controllers/api_controller.php
+++ b/site/app/controllers/api_controller.php
@@ -52,7 +52,7 @@ class ApiController extends AppController
// cribbed from addonscontroller
// some of this is excessive but will likely be needed as
// development continues
- var $beforeFilter = array('checkCSRF', 'getNamedArgs', '_checkSandbox', 'checkAdvancedSearch');
+ var $beforeFilter = array('checkCSRF', 'getNamedArgs', '_checkSandbox');
var $uses = array('Addon', 'AddonCollection', 'Addontype', 'Application', 'Collection', 'File', 'Platform', 'Tag', 'Translation', /*'Review',*/ 'UpdateCount', 'Version');
var $components = array('Amo', 'Image', 'Pagination', 'Search', 'Session', 'Versioncompare');
var $helpers = array('Html', 'Link', 'Time', 'Localization', 'Ajax', 'Number', 'Pagination');