mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
PHP Warning Removal
This commit is contained in:
@@ -116,7 +116,7 @@ class core_page_url extends eUrlConfig
|
|||||||
return $admin;
|
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 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
|
// 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;
|
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 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
|
// this means News are not available via single entry point if this config is currently active
|
||||||
|
Reference in New Issue
Block a user