diff options
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}\""; |