1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-06 10:54:57 +02:00

PHP Warning Removal

This commit is contained in:
Cameron 2017-01-01 10:32:48 -08:00
parent fdd97fb625
commit 43879208a0
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class core_page_url extends eUrlConfig
return $admin;
}
public function parse($pathInfo)
public function parse($pathInfo, $params = array(), eRequest $request = null, eRouter $router = null, $config = array())
{
// this config doesn't support parsing, it's done by the module entry script (news.php)
// this means News are not available via single entry point if this config is currently active

View File

@ -116,7 +116,7 @@ class core_user_url extends eUrlConfig
return $admin;
}
public function parse($pathInfo, $params = array(), $request = NULL, $router = NULL, $config = array())
public function parse($pathInfo, $params = array(), eRequest $request = NULL, eRouter $router = NULL, $config = array())
{
// this config doesn't support parsing, it's done by the module entry script (news.php)
// this means News are not available via single entry point if this config is currently active