]> git.mxchange.org Git - friendica.git/blobdiff - mod/localtime.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / localtime.php
index ce6bf84a122226b4187ef8ba4c296490b1fe848a..00a7c59094ef6313ecf992476fe9be37e4235e20 100644 (file)
@@ -3,7 +3,7 @@
 require_once('include/datetime.php');
 
 
-function localtime_post(&$a) {
+function localtime_post(App &$a) {
 
        $t = $_REQUEST['time'];
        if(! $t)
@@ -16,7 +16,7 @@ function localtime_post(&$a) {
 
 }
 
-function localtime_content(&$a) {
+function localtime_content(App &$a) {
        $t = $_REQUEST['time'];
        if(! $t)
                $t = 'now';