]> git.mxchange.org Git - friendica-addons.git/blobdiff - group_text/group_text.php
Merge pull request #747 from MrPetovan/bug/mastodoncustomemojis-fix-notice
[friendica-addons.git] / group_text / group_text.php
index 4c0cb14a9a3aeb211ae2626fbecedcb14323f9f9..3f91ff355a4ad67966f212b92a8cdb6cb9f5278f 100644 (file)
@@ -63,7 +63,7 @@ function group_text_settings(&$a,&$s) {
 
        /* Add our stylesheet to the page so we can make our settings look nice */
 
-       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/group_text/group_text.css' . '" media="all" />' . "\r\n";
+       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->getBaseURL() . '/addon/group_text/group_text.css' . '" media="all" />' . "\r\n";
 
        /* Get the current state of our config variable */