diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-08 17:08:39 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-08 17:08:39 -0700 |
commit | 0bcd5522315649c8d4652b8bfaa9bec328b9d548 (patch) | |
tree | 1b15f4e0671964607277afd1190e6119d8898b24 /mod/profile.php | |
parent | c9d8211ae73332b6c4e91d82ba06275b92d7523a (diff) | |
download | volse-hubzilla-0bcd5522315649c8d4652b8bfaa9bec328b9d548.tar.gz volse-hubzilla-0bcd5522315649c8d4652b8bfaa9bec328b9d548.tar.bz2 volse-hubzilla-0bcd5522315649c8d4652b8bfaa9bec328b9d548.zip |
photo album finish, general cleanup begins
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 9d9eb05b6..6e04724be 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -284,6 +284,7 @@ function profile_content(&$a, $update = false) { '$drop' => $drop, '$comment' => $comment )); + } } |