1
0
Fork 0

consistent handling of scaled images when using imagick

This commit is contained in:
friendica 2012-09-30 03:25:20 -07:00
commit 112fafcc81
2 changed files with 26 additions and 24 deletions

View file

@ -994,6 +994,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
intval($tagcid),
intval($profile_uid)
);
}
else {
$newname = str_replace('_',' ',$name);