aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profiles.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
committerzotlabs <mike@macgirvin.com>2016-12-21 15:03:33 -0800
commitbb85e139f110d2d65a54f8aefbd3777a99d053e2 (patch)
tree01cd01d854dfcc02a9571a9f6aca828a639d7975 /Zotlabs/Module/Profiles.php
parentfcc92299ebaf5a723f31e44e2e16a6248bbdc04b (diff)
downloadvolse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.gz
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.tar.bz2
volse-hubzilla-bb85e139f110d2d65a54f8aefbd3777a99d053e2.zip
more vcard work
Diffstat (limited to 'Zotlabs/Module/Profiles.php')
-rw-r--r--Zotlabs/Module/Profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php
index 19a642a83..a1689e6ed 100644
--- a/Zotlabs/Module/Profiles.php
+++ b/Zotlabs/Module/Profiles.php
@@ -191,7 +191,7 @@ class Profiles extends \Zotlabs\Web\Controller {
}
}
- function post() {
+ function post() {
if(! local_channel()) {
notice( t('Permission denied.') . EOL);