X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=943d054cbb7da3de7c8cc2b22e47c9663ff6db85;hb=6bef9fb230da7841ebc03ba5f5831eb5e12984a0;hp=eab34611e2eccaf78240038cacd403cb60f4de24;hpb=0e05ff68686270d87447c570e28543a5bcc7e755;p=friendica.git diff --git a/boot.php b/boot.php index eab34611e2..943d054cbb 100644 --- a/boot.php +++ b/boot.php @@ -340,10 +340,6 @@ function info($s) { $a = DI::app(); - if (local_user() && DI::pConfig()->get(local_user(), 'system', 'ignore_info')) { - return; - } - if (empty($_SESSION['sysmsg_info'])) { $_SESSION['sysmsg_info'] = []; }