Updater imrpoves
This commit is contained in:
parent
221ce7e6f7
commit
4eb51ee37e
|
@ -62,7 +62,7 @@ class dbSite extends dbJSON
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns an array with the filters for the url.
|
// Returns an array with the filters for the url.
|
||||||
public function uriFilters($filter)
|
public function uriFilters($filter='')
|
||||||
{
|
{
|
||||||
$filters['admin'] = '/admin/';
|
$filters['admin'] = '/admin/';
|
||||||
$filters['post'] = $this->getField('uriPost');
|
$filters['post'] = $this->getField('uriPost');
|
||||||
|
|
Loading…
Reference in New Issue