Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault committed Jun 21, 2023
1 parent 98d4661 commit bfb43d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade_to_2.13.7.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function resizeWidgets() {
$dashboard = new Dashboard();
$found = $dashboard->getFromDB("plugin_formcreator_issue_counters");

if(!$found) {
if (!$found) {
// Unable to fetch dashboard
return;
};
Expand Down

0 comments on commit bfb43d6

Please sign in to comment.