]> git.mxchange.org Git - friendica.git/blobdiff - mod/localtime.php
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding conventi...
[friendica.git] / mod / localtime.php
index d1453bc5272bd3cf2aa5ad8017853c75fdc44a85..ce6bf84a122226b4187ef8ba4c296490b1fe848a 100644 (file)
@@ -36,7 +36,7 @@ function localtime_content(&$a) {
                $o .= '<p>' . sprintf( t('Converted localtime: %s'),$a->data['mod-localtime']) . '</p>';
 
 
-       $o .= '<form action ="' . $a->get_baseurl() . '/localtime?f=&time=' . $t . '" method="post" >';
+       $o .= '<form action ="' . App::get_baseurl() . '/localtime?f=&time=' . $t . '" method="post" >';
 
        $o .= '<p>' . t('Please select your timezone:') . '</p>';