aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-02 09:54:07 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-02 09:54:07 +0100
commit69e41f7703bff03dc88e7181961a717ae41330c4 (patch)
tree57b45681f2fa3608bacd76159ad95b425ef0e07e /mod/settings.php
parentff7fc68382bf1359adc31bd65bb6786b7f63e31a (diff)
downloadvolse-hubzilla-69e41f7703bff03dc88e7181961a717ae41330c4.tar.gz
volse-hubzilla-69e41f7703bff03dc88e7181961a717ae41330c4.tar.bz2
volse-hubzilla-69e41f7703bff03dc88e7181961a717ae41330c4.zip
oauth: authorize view, wrong verifier.
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index da2b57cd5..ca9b4bd54 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -362,7 +362,6 @@ function settings_content(&$a) {
$o .= replace_macros($tpl, array(
'$title' => t('Connected Apps'),
'$tabs' => $tabs,
- '$settings_addons' => $settings_addons
));
return $o;