Commit e035ca198b3e79c23e5c022e8c7cf79e80e520c5
1 parent
8149b4d7
-Static function error fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/components/artboximage/ArtboxImageHelper.php
... | ... | @@ -20,7 +20,7 @@ class ArtboxImageHelper extends Object { |
20 | 20 | return self::$imageDriver; |
21 | 21 | } |
22 | 22 | |
23 | - public function getPreset($preset) { | |
23 | + public static function getPreset($preset) { | |
24 | 24 | |
25 | 25 | if (empty(self::$presets)) { |
26 | 26 | self::$presets = self::getDriver()->presets; | ... | ... |