]> git.mxchange.org Git - friendica.git/blobdiff - mod/randprof.php
Removed unused template variable
[friendica.git] / mod / randprof.php
index 7bdd9e4ee0c56396810e95ebf2386d293ffd8400..f835780e07146c9c4fac97f7f01bd102a8598e75 100644 (file)
@@ -12,5 +12,5 @@ function randprof_init(App $a) {
                goaway(zrl($x));
        }
 
-       goaway(App::get_baseurl() . '/profile');
+       goaway(System::baseUrl() . '/profile');
 }