| @@ -126,9 +126,9 @@ | ||
| 126 | 126 | |
| 127 | 127 | $button_html = "<span class='mb-item item-" . $args['index'] . "'>"; |
| 128 | 128 | $button_html .= $button->display($button_args); |
| 129 | 129 | $button_html .= "</span>"; |
| 130 | - $buttonObj = str_get_html($button_html); | |
| 130 | + $buttonObj = \MaxButtons\str_get_html($button_html); | |
| 131 | 131 | |
| 132 | 132 | // fix URL *after* button output since MB filters {url} type of URL's needed for ApplyVars |
| 133 | 133 | if ($use && $network) |
| 134 | 134 | { |