We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5a43c commit 70da020Copy full SHA for 70da020
views/groups/index.php
@@ -8,7 +8,7 @@
8
9
include_once $this->fetchViewLocation('helper_functions');
10
11
-if($canAddGroup === true && $this->data(ShowAddButton) === true) {
+if($canAddGroup === true && $this->data('ShowAddButton') === true) {
12
echo '<div class="groupToolbar"><a href="'.$this->data('AddButtonLink').'" class="Button Primary groupToolbar-newGroup">'. $this->data('AddButtonTitle').'</a></div>';
13
}
14
0 commit comments