date based profile wall filter - backend
This commit is contained in:
parent
75104416e0
commit
24e85c95b6
3 changed files with 42 additions and 11 deletions
3
boot.php
3
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue