]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Merge pull request #3448 from annando/1705-dba-functions
[friendica.git] / mod / display.php
index c2b5ef17c023e41abebc673a562b36ed4d2cef00..ca6809eba14c6fb9b34c359d2f4db172ce83417f 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function display_init(App $a) {
 
        if ((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {