29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

[#23537] Method signatures don't match causing PHP strict errors - JRouter

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@19706 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Christophe Demko 2010-11-30 19:00:51 +00:00
parent 85f024041b
commit 6970a5033c
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class JRouterSite extends JRouter
return $vars;
}
public function &build($url)
public function build($url)
{
$uri = parent::build($url);

View File

@ -29,6 +29,7 @@ $ -> Language fix or change
29-Nov-2010 Christophe Demko
# [#23532] Strict errors - issues with JCacheController (Ian MacLennan)
# [#23537] Method signatures don't match causing PHP strict errors - JRouter (Ian MacLennan)
30-Nov-2010 Jean-Marie Simonet
# Updating JLanguageTest