mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
PHP Notice removal
This commit is contained in:
@@ -2853,7 +2853,10 @@ abstract class eUrlConfig
|
||||
* @param array $config
|
||||
* @return string route or false on error
|
||||
*/
|
||||
public function parse($pathInfo, $params = array(), eRequest $request = null, eRouter $router = null, $config = array()) { return false; }
|
||||
public function parse($pathInfo, $params = array(), eRequest $request = null, eRouter $router = null, $config = array())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legacy callback, used called when config option legacy is not empty
|
||||
|
Reference in New Issue
Block a user