Skip to content

Commit 70da020

Browse files
committed
Issues-218
1 parent 8b5a43c commit 70da020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/groups/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
include_once $this->fetchViewLocation('helper_functions');
1010

11-
if($canAddGroup === true && $this->data(ShowAddButton) === true) {
11+
if($canAddGroup === true && $this->data('ShowAddButton') === true) {
1212
echo '<div class="groupToolbar"><a href="'.$this->data('AddButtonLink').'" class="Button Primary groupToolbar-newGroup">'. $this->data('AddButtonTitle').'</a></div>';
1313
}
1414

0 commit comments

Comments
 (0)