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:
parent
fdd97fb625
commit
43879208a0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user