aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Go.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Go.php')
-rw-r--r--Zotlabs/Module/Go.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Go.php b/Zotlabs/Module/Go.php
index ec528fb1a..77a3ffac6 100644
--- a/Zotlabs/Module/Go.php
+++ b/Zotlabs/Module/Go.php
@@ -2,7 +2,7 @@
namespace Zotlabs\Module;
-use Zorlabs\Lib\Config;
+use Zotlabs\Lib\Config;
class Go extends \Zotlabs\Web\Controller {
@@ -19,7 +19,7 @@ class Go extends \Zotlabs\Web\Controller {
function get() {
if(! local_channel()) {
- notify( t('This page is available only to site members') . EOL);
+ notice( t('This page is available only to site members') . EOL);
}
$channel = \App::get_channel();