Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 30, 2020
1 parent 4a0baf9 commit 2fac40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions view/partial/widgets-edit.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Print List with all Modules and Widgets
foreach($aWidgetsByForm as $oWidget) {
$bHasPerm = false;
if(array_key_exists($oWidget->Widget_ID,$aUserWidgets)) {
$bHasPerm = true;
} ?>
Expand Down
1 change: 1 addition & 0 deletions view/partial/widgets-view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $aUserWidgets = $this->aPartialData['aUserWidgets'];

# Print List with all Modules and Widgets
foreach($aWidgetsByForm as $oWidget) {
$bHasPerm = false;
if(array_key_exists($oWidget->Widget_ID,$aUserWidgets)) {
$bHasPerm = true;
} ?>
Expand Down

0 comments on commit 2fac40c

Please sign in to comment.