Skip to content

Commit

Permalink
Fix typo, restoring User settings widgets
Browse files Browse the repository at this point in the history
git-svn-id: http://dev.piwik.org/svn/trunk@2574 59fd770c-687e-43c8-a1e3-f5a4ff64c105
  • Loading branch information
mattab committed Jul 19, 2010
1 parent 6b6ee3a commit 0037570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UserSettings/UserSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function addWidgets()
// in this case, Widgets have same names as API reports
foreach($this->reportMetadata as $report)
{
list( $category, $name, $controllerName, $controllerAction ) = extract($report);
list( $category, $name, $controllerName, $controllerAction ) = $report;
Piwik_AddWidget( $category, $name, $controllerName, $controllerAction );
}
}
Expand Down

0 comments on commit 0037570

Please sign in to comment.