Commit b7693cca41c5510298bb04ab76907290761dd811

Authored by Administrator
1 parent b70e1321

30.06.16 event images

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Event.php
... ... @@ -101,6 +101,6 @@ class Event extends \yii\db\ActiveRecord
101 101 }
102 102  
103 103 public function getImageUrl() {
104   - return empty($this->image) ? null : '/storage/slider/'. $this->image;
  104 + return empty($this->image) ? null : '/storage/event/'. $this->image;
105 105 }
106 106 }
... ...