]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Module.php
Ensure that the database.sql contains "if exists"
[friendica.git] / src / App / Module.php
index 4b9eb68bdd085425242d2d4b70d7adf9a27ad754..58c595cb7baf18c092eff15537f781fd08a88459 100644 (file)
@@ -237,7 +237,7 @@ class Module
        public function run(Core\L10n $l10n, App\BaseURL $baseUrl, LoggerInterface $logger, array $server, array $post)
        {
                if ($this->printNotAllowedAddon) {
-                       info($l10n->t("You must be logged in to use addons. "));
+                       notice($l10n->t("You must be logged in to use addons. "));
                }
 
                /* The URL provided does not resolve to a valid module.