Commit acd749085309d3dd5e08dddad5d53088e52a38ad
1 parent
7f0ace2f
Test server
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
behaviors/ImageBehavior.php
| @@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
| 27 | /** | 27 | /** |
| 28 | * @var string Image path for dummy | 28 | * @var string Image path for dummy |
| 29 | */ | 29 | */ |
| 30 | - public $dummy_path = '/images/image-not-found'; | 30 | + public $dummy_path = '/images/image-not-found.png'; |
| 31 | 31 | ||
| 32 | /** | 32 | /** |
| 33 | * @inheritdoc | 33 | * @inheritdoc |
behaviors/SaveImgBehavior.php
| @@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
| 22 | /** | 22 | /** |
| 23 | * @var string Image path for dummy | 23 | * @var string Image path for dummy |
| 24 | */ | 24 | */ |
| 25 | - public $dummy_path = '/images/image-not-found'; | 25 | + public $dummy_path = '/images/image-not-found.png'; |
| 26 | 26 | ||
| 27 | public function events() | 27 | public function events() |
| 28 | { | 28 | { |