aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oauth.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 16:23:12 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 16:23:12 +0200
commitd7ec36e3da017bff3bed64d2714e9cdf460e0c18 (patch)
tree5bbab7331d0f494b7e5e04fdd4c6178558cc5230 /Zotlabs/Module/Oauth.php
parentaab97adb23c65dfc54f4f160742f8066fcd98032 (diff)
downloadvolse-hubzilla-d7ec36e3da017bff3bed64d2714e9cdf460e0c18.tar.gz
volse-hubzilla-d7ec36e3da017bff3bed64d2714e9cdf460e0c18.tar.bz2
volse-hubzilla-d7ec36e3da017bff3bed64d2714e9cdf460e0c18.zip
wrong app name
Diffstat (limited to 'Zotlabs/Module/Oauth.php')
-rw-r--r--Zotlabs/Module/Oauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php
index 196209308..9297eb65d 100644
--- a/Zotlabs/Module/Oauth.php
+++ b/Zotlabs/Module/Oauth.php
@@ -11,7 +11,7 @@ class Oauth extends Controller {
function post() {
- if(! Apps::system_app_installed(local_channel(), 'OAuth'))
+ if(! Apps::system_app_installed(local_channel(), 'OAuth Apps Manager'))
return;
if(x($_POST,'remove')){