diff options
Diffstat (limited to 'apps/theming/lib/IconBuilder.php')
-rw-r--r-- | apps/theming/lib/IconBuilder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/IconBuilder.php b/apps/theming/lib/IconBuilder.php index 2818f379152..68d1ff311fe 100644 --- a/apps/theming/lib/IconBuilder.php +++ b/apps/theming/lib/IconBuilder.php @@ -164,7 +164,7 @@ class IconBuilder { $res = $tmp->getImageResolution(); $tmp->destroy(); - if ($x>$y) { + if ($x > $y) { $max = $x; } else { $max = $y; |