]> git.mxchange.org Git - friendica.git/blobdiff - view/php/minimal.php
Correct self attribute in ATOM feeds
[friendica.git] / view / php / minimal.php
index 9831ca5e55fbc53a730d959fb78f75e1b5673393..0b1a4b8b776d6ba2c6ce7f77f5cf90d0dc2bac4d 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
-  <script>var baseurl="<?php echo Friendica\App::get_baseurl() ?>";</script>
+  <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
 </head>
 <body>