]> 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 1f1fd112048f63e31077448ebde723341f39bdf9..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())) {
@@ -106,7 +108,6 @@ function display_init(App $a) {
        }
 
        profile_load($a, $nick, 0, $profiledata);
-
 }
 
 function display_fetchauthor($a, $item) {