]> git.mxchange.org Git - friendica.git/blobdiff - mod/fsuggest.php
Changed $a->get_baseurl() to App::get_baseurl()
[friendica.git] / mod / fsuggest.php
index 66871653ddff3f00c3a01fbd156c2038f61c0738..fcbadcc9b7f06a5febca3ee9167608f429f37086 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 
-function fsuggest_post(&$a) {
+function fsuggest_post(App &$a) {
 
        if (! local_user()) {
                return;
@@ -71,7 +71,7 @@ function fsuggest_post(&$a) {
 
 
 
-function fsuggest_content(&$a) {
+function fsuggest_content(App &$a) {
 
        require_once('include/acl_selectors.php');