@@ -99,7 +99,7 @@ |
||
99 | 99 | $data = array(); |
100 | 100 | $keys = array_keys(self::$iptcMapping); |
101 | 101 | foreach ($keys as $prop) { |
102 | - $accessor = 'get' . ucfirst($prop); |
|
102 | + $accessor = 'get'.ucfirst($prop); |
|
103 | 103 | $value = $this->$accessor(); |
104 | 104 | |
105 | 105 | if (empty($value) && !$withEmpty) { |