Updater imrpoves

This commit is contained in:
dignajar 2016-01-29 13:10:53 -03:00
parent 221ce7e6f7
commit 4eb51ee37e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class dbSite extends dbJSON
}
// Returns an array with the filters for the url.
public function uriFilters($filter)
public function uriFilters($filter='')
{
$filters['admin'] = '/admin/';
$filters['post'] = $this->getField('uriPost');