]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Removed unused template variable
[friendica.git] / mod / repair_ostatus.php
index 3cbc92ae1d0e8b5f83a4b8a987638de12222307a..ea83b08adf6256db6e3c48569c8b0c4424181056 100755 (executable)
@@ -54,7 +54,7 @@ function repair_ostatus_content(App $a) {
 
        $result = new_contact($uid,$r[0]["url"],true);
 
-       $a->page['htmlhead'] = '<meta http-equiv="refresh" content="1; URL='.App::get_baseurl().'/repair_ostatus?counter='.$counter.'">';
+       $a->page['htmlhead'] = '<meta http-equiv="refresh" content="1; URL='.System::baseUrl().'/repair_ostatus?counter='.$counter.'">';
 
        return $o;
 }