From 24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Jun 2012 19:36:04 -0700 Subject: date based profile wall filter - backend --- boot.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 70dd1c426..0ae0901d2 100644 --- a/boot.php +++ b/boot.php @@ -407,9 +407,6 @@ if(! class_exists('App')) { $this->argc = count($this->argv); if((array_key_exists('0',$this->argv)) && strlen($this->argv[0])) { $this->module = str_replace(".", "_", $this->argv[0]); - if(array_key_exists('2',$this->argv)) { - $this->category = $this->argv[2]; - } } else { $this->argc = 1; -- cgit v1.2.3