aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-11 14:54:36 -0800
committerfriendica <info@friendica.com>2013-12-11 14:54:36 -0800
commit40e2900326a25ba0e2feedb802d38b7052b194cc (patch)
treeb2de897ab6f3c9803c890ca7f56a928d9153683e /mod/profile_photo.php
parent652959678f47b84830123df4fac8add31657b4c9 (diff)
downloadvolse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.gz
volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.bz2
volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.zip
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r--mod/profile_photo.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index e86e2a828..876e3a931 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -14,16 +14,6 @@ function profile_photo_init(&$a) {
}
-function profile_photo_aside(&$a) {
-
- if(! local_user()) {
- return;
- }
-
- profile_create_sidebar($a);
-}
-
-
function profile_photo_post(&$a) {
if(! local_user()) {