]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
changed to this:
[friendica.git] / mod / share.php
index 0a34c6fc50699dd1923872f78d0aae8338be6820..f2e016708fef321a74937e3c8c9be93e5ba87401 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-function share_init(&$a) {
+function share_init(App &$a) {
 
        $post_id = (($a->argc > 1) ? intval($a->argv[1]) : 0);
        if((! $post_id) || (! local_user()))