]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagrm.php
Merge remote-tracking branch 'upstream/develop' into 1612-unused-indexes
[friendica.git] / mod / tagrm.php
index 7a18d65d0660802a0d13fc5e4261d04623c41b3f..2a9a26e37bfd4ead658a459076ae082abfa8f4c9 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/bbcode.php');
 
-function tagrm_post(&$a) {
+function tagrm_post(App &$a) {
 
        if (! local_user()) {
                goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']);
@@ -49,7 +49,7 @@ function tagrm_post(&$a) {
 
 
 
-function tagrm_content(&$a) {
+function tagrm_content(App &$a) {
 
        $o = '';