Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e20c95)
  • Loading branch information
mattab committed Dec 3, 2014
1 parent 2b21d9b commit ff70822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Dashboard/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function buildDashboard($dashboard, $widgets)

private function widgetExists($widget)
{
if (empty($widget->parameters)) {
if (empty($widget->parameters->module)) {
return false;
}

Expand Down

0 comments on commit ff70822

Please sign in to comment.