@@ -52,7 +52,7 @@ |
||
| 52 | 52 | public function save() |
| 53 | 53 | { |
| 54 | 54 | if ($this->validate()) { |
| 55 | - if(AvatarHelper::save($this->getUser(), $this->_originalImage)){ |
|
| 55 | + if (AvatarHelper::save($this->getUser(), $this->_originalImage)) { |
|
| 56 | 56 | return true; |
| 57 | 57 | } else { |
| 58 | 58 | return false; |