]> git.mxchange.org Git - friendica.git/blobdiff - include/tags.php
3 slashes for Doxygen, 2 are enough for PHP ... :-(
[friendica.git] / include / tags.php
index a8bcae86dcc3783c13bbbc8ab6466517db431f1e..6c1d01d74da5063e6b167d3388b1a03b4b913813 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 function create_tags_from_item($itemid) {
-       global $a;
+       $a = get_app();
 
        $profile_base = $a->get_baseurl();
        $profile_data = parse_url($profile_base);