Skip to content

Commit

Permalink
Fix core namespace (#13720)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo authored and wilsonge committed Jan 23, 2017
1 parent c67510b commit c9c1c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Joomla/Cms/Controller/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public function display($cachable = false, $urlparams = array())
}
else
{
$registeredurlparams = new stdClass;
$registeredurlparams = new \stdClass;
}

foreach ($urlparams as $key => $value)
Expand Down

0 comments on commit c9c1c5c

Please sign in to comment.