]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #8330 from AndyHee/20200223-dev
[friendica.git] / boot.php
index eab34611e2eccaf78240038cacd403cb60f4de24..943d054cbb7da3de7c8cc2b22e47c9663ff6db85 100644 (file)
--- 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'] = [];
        }