@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | return array('status' => true, 'html' => $this->getHTML($materialFieldId)); |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | - /** |
|
| 136 | + /** |
|
| 137 | 137 | * Controller for getting quantity image in gallery. |
| 138 | 138 | * |
| 139 | 139 | * @param integer $materialFieldId identefier Table MaterialField |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | return $response; |
| 153 | 153 | } |
| 154 | 154 | |
| 155 | - /** |
|
| 155 | + /** |
|
| 156 | 156 | * Controller for update material image properties alt from gallery. |
| 157 | 157 | * |
| 158 | 158 | * @param int $imageId Gallery image identifier |
@@ -396,7 +396,7 @@ discard block |
||
| 396 | 396 | |
| 397 | 397 | // if file doesn't exist |
| 398 | 398 | if (!$this->imageExists($path)) { |
| 399 | - $path = ResourceMap::find('www/img/no-img.png', $this); |
|
| 399 | + $path = ResourceMap::find('www/img/no-img.png', $this); |
|
| 400 | 400 | } |
| 401 | 401 | |
| 402 | 402 | // set image size string representation, if it is not 0 |