]> git.mxchange.org Git - friendica.git/blobdiff - mod/localtime.php
App::get_baseurl is now replaced with System::baseUrl
[friendica.git] / mod / localtime.php
index 554d87b1245dbada32f2dcc5fb8a602157a6e76b..0a3881f6989fb3da25bf719ba25726161933c323 100644 (file)
@@ -38,7 +38,7 @@ function localtime_content(App $a) {
                $o .= '<p>' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '</p>';
 
 
-       $o .= '<form action ="' . App::get_baseurl() . '/localtime?f=&time=' . $t . '" method="post" >';
+       $o .= '<form action ="' . System::baseUrl() . '/localtime?f=&time=' . $t . '" method="post" >';
 
        $o .= '<p>' . t('Please select your timezone:') . '</p>';