diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 17:23:13 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 17:23:13 -0700 |
commit | 43adabcd20ebd7b1792a4207913f426a9311c7bc (patch) | |
tree | a5d773edde5d3e6c8956f4ca79d2e44fdcdbe3d5 /mod/update_profile.php | |
parent | adad23a0ea647dfc942751a6548bbee7901abb10 (diff) | |
download | volse-hubzilla-43adabcd20ebd7b1792a4207913f426a9311c7bc.tar.gz volse-hubzilla-43adabcd20ebd7b1792a4207913f426a9311c7bc.tar.bz2 volse-hubzilla-43adabcd20ebd7b1792a4207913f426a9311c7bc.zip |
multi-user fixes
Diffstat (limited to 'mod/update_profile.php')
-rw-r--r-- | mod/update_profile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/update_profile.php b/mod/update_profile.php index 96d8376dc..e5085f6ec 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -16,7 +16,6 @@ function update_profile_content(&$a) { // The only ones we need to fetch are those for new page additions, which we'll discover // on the client side and then swap the image back. - $text = profile_content($a,true); $pattern = "/<img([^>]*) src=\"([^\"]*)\"/"; $replace = "<img\${1} dst=\"\${2}\""; |