mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge branch '3.8'
Conflicts: CHANGELOG.md
This commit is contained in:
@@ -64,7 +64,7 @@ class patch_381alpha4a implements patchInterface
|
||||
$value = $row['value'];
|
||||
|
||||
if ('px' === substr($value, -2)) {
|
||||
$value = substr($value, 0, -2);
|
||||
$value = 35;
|
||||
} elseif ('%' === substr($value, -1)) {
|
||||
$value = substr($value, 0, -1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user