Skip to content

Commit

Permalink
[bug] [33401] $app->registeredurlparams is not defined; Closes #3220
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar authored and Thomas Hunziker committed May 25, 2014
1 parent 154d882 commit e36643c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/joomla/cache/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ public static function makeId()
{
$app = JFactory::getApplication();

$registeredurlparams = new stdClass;

// Get url parameters set by plugins
if (!empty($app->registeredurlparams))
{
Expand Down

0 comments on commit e36643c

Please sign in to comment.