Fix admin filter bug
This commit is contained in:
parent
c2386e9c7d
commit
290fe689ac
|
@ -75,7 +75,7 @@ class Site extends dbJSON {
|
||||||
// Also, you can get the a particular filter
|
// Also, you can get the a particular filter
|
||||||
public function uriFilters($filter='')
|
public function uriFilters($filter='')
|
||||||
{
|
{
|
||||||
$filters['admin'] = '/'.ADMIN_URI_FILTER;
|
$filters['admin'] = '/' . ADMIN_URI_FILTER . '/';
|
||||||
$filters['page'] = $this->getField('uriPage');
|
$filters['page'] = $this->getField('uriPage');
|
||||||
$filters['tag'] = $this->getField('uriTag');
|
$filters['tag'] = $this->getField('uriTag');
|
||||||
$filters['category'] = $this->getField('uriCategory');
|
$filters['category'] = $this->getField('uriCategory');
|
||||||
|
|
Loading…
Reference in New Issue