]> git.mxchange.org Git - friendica.git/blobdiff - mod/localtime.php
Just some more fixed notice
[friendica.git] / mod / localtime.php
index fd1ef33a95ee2571e052659701a5ebd987f2dd6b..9a754ac80d9edddc07892840ea897b31b9a43849 100644 (file)
@@ -9,8 +9,6 @@ use Friendica\Core\System;
 use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Temporal;
 
-require_once 'include/datetime.php';
-
 function localtime_post(App $a)
 {
        $t = $_REQUEST['time'];
@@ -32,7 +30,7 @@ function localtime_content(App $a)
                $t = 'now';
        }
 
-       $o .= '<h3>' . L10n::t('Time Conversion') . '</h3>';
+       $o  = '<h3>' . L10n::t('Time Conversion') . '</h3>';
 
        $o .= '<p>' . L10n::t('Friendica provides this service for sharing events with other networks and friends in unknown timezones.') . '</p>';