aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-11 19:36:04 -0700
committerfriendica <info@friendica.com>2012-06-11 19:36:04 -0700
commit24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8 (patch)
tree5a9ecdc8beb0c71fd49acb2181cc9110b0ad0d01 /boot.php
parent75104416e07499316444041adfa51ba3c967fd59 (diff)
downloadvolse-hubzilla-24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8.tar.gz
volse-hubzilla-24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8.tar.bz2
volse-hubzilla-24e85c95b66dac2bd046ebec5c90bb7f2e2de0b8.zip
date based profile wall filter - backend
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 0 insertions, 3 deletions
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;