diff options
author | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
commit | 40e2900326a25ba0e2feedb802d38b7052b194cc (patch) | |
tree | b2de897ab6f3c9803c890ca7f56a928d9153683e /mod/profiles.php | |
parent | 652959678f47b84830123df4fac8add31657b4c9 (diff) | |
download | volse-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/profiles.php')
-rw-r--r-- | mod/profiles.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 173d97138..4625a8805 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -146,17 +146,6 @@ function profiles_init(&$a) { } } -function profiles_aside(&$a) { - - if(! local_user()) { - return; - } - - if((argc() > 1) && (intval(argv(1)))) { - profile_create_sidebar($a); - } -} - function profiles_post(&$a) { if(! local_user()) { |