Skip to content

Commit 631493c

Browse files
author
Phil E. Taylor
authored
remove static access (#35754)
1 parent 8d6dc6e commit 631493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function getButtons(Registry $params, CMSApplication $application = null)
136136
$tmp['ajaxurl'] = 'index.php?option=com_tags&task=tags.getQuickiconContent&format=json';
137137
}
138138

139-
self::$buttons[$key][] = $tmp;
139+
$this->buttons[$key][] = $tmp;
140140
}
141141

142142
if ($params->get('show_categories'))

0 commit comments

Comments
 (0)