X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=943d054cbb7da3de7c8cc2b22e47c9663ff6db85;hb=6a3d40ab467080391a04c760ef9ed20d8d0732cb;hp=eab34611e2eccaf78240038cacd403cb60f4de24;hpb=d09b3f5bdeae444f785f6283e55dbf2f61caadac;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'] = []; }