]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/config.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / view / theme / frio / config.php
index edd16bd71fa30ce5a695b4f27dc9eecf312e3460..000ef26092fa43330d1dcdda24489ade8980f3f6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 require_once('view/theme/frio/php/Image.php');
 
-function theme_content(&$a) {
+function theme_content(App &$a) {
        if (!local_user()) {
                return;
        }
@@ -19,7 +19,7 @@ function theme_content(&$a) {
        return frio_form($a, $arr);
 }
 
-function theme_post(&$a) {
+function theme_post(App &$a) {
        if (!local_user()) {
                return;
        }