aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cover_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-23 01:17:44 -0700
committerredmatrix <git@macgirvin.com>2016-06-23 01:17:44 -0700
commitacf26d5c63c8b3316d713ce08b397f35aae03460 (patch)
tree8250c453e28775b4b6c62fefb5f2de60db67980f /Zotlabs/Module/Cover_photo.php
parentb8c5a91940f75e79b1cd7e7e2148e4acd0ff7d83 (diff)
downloadvolse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.gz
volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.bz2
volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.zip
code cleanup for profile_photos
Diffstat (limited to 'Zotlabs/Module/Cover_photo.php')
-rw-r--r--Zotlabs/Module/Cover_photo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Cover_photo.php b/Zotlabs/Module/Cover_photo.php
index a72c3389f..5633976c8 100644
--- a/Zotlabs/Module/Cover_photo.php
+++ b/Zotlabs/Module/Cover_photo.php
@@ -40,7 +40,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
*
*/
- function post() {
+ function post() {
if(! local_channel()) {
return;
@@ -271,7 +271,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
*/
- function get() {
+ function get() {
if(! local_channel()) {
notice( t('Permission denied.') . EOL );