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:
authorshaver@mozilla.com <shaver@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-02-12 08:00:53 (GMT)
committer shaver@mozilla.com <shaver@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2007-02-12 08:00:53 (GMT)
commit508dfbba815bcc554065218ea3269a19334c55a0 (patch)
tree61f5d21e28f6dc613f47e65073b6da5d223416dc /site/app/app_controller.php
parentaed9746a94258624372a9e0823534f152edb54b0 (diff)
We don't use a namedArg for app selection, it turns out!
git-svn-id: http://svn.mozilla.org/addons/trunk@1988 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/app_controller.php')
-rw-r--r--site/app/app_controller.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/app/app_controller.php b/site/app/app_controller.php
index 7cd4c54..7b3c707 100644
--- a/site/app/app_controller.php
+++ b/site/app/app_controller.php
@@ -133,8 +133,7 @@ class AppController extends Controller
*/
function getNamedArgs() {
$doNamedArgs = $this->namedArgs;
- // Set up some defaults for ease of stuff. Also things.
- $this->namedArgs = array('app' => 1); // Firefox
+ $this->namedArgs = array();
if ($doNamedArgs) {
if (!empty($this->params['pass'])) {