]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
"escapeTags" is finally removed
[friendica.git] / mod / photos.php
index 1b8d5069f84e6c873186c59be406b482ad4cb5f6..6cfdd6a998a558bb611704c350fdcc58eebf5270 100644 (file)
@@ -204,7 +204,7 @@ function photos_post(App $a)
                }
 
                // RENAME photo album
-               $newalbum = Strings::escapeTags(trim($_POST['albumname']));
+               $newalbum = trim($_POST['albumname']);
                if ($newalbum != $album) {
                        Photo::update(['album' => $newalbum], ['album' => $album, 'uid' => $page_owner_uid]);
                        // Update the photo albums cache