From 43879208a07e691b682c8c0b6d43b4482ba6f64c Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 1 Jan 2017 10:32:48 -0800 Subject: [PATCH] PHP Warning Removal --- e107_core/url/page/url.php | 2 +- e107_core/url/user/url.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_core/url/page/url.php b/e107_core/url/page/url.php index 411846d96..ca8d117eb 100644 --- a/e107_core/url/page/url.php +++ b/e107_core/url/page/url.php @@ -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 diff --git a/e107_core/url/user/url.php b/e107_core/url/user/url.php index dbe030d0a..32b5a0ded 100644 --- a/e107_core/url/user/url.php +++ b/e107_core/url/user/url.php @@ -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