Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
keshikashviligio committed Feb 1, 2017
2 parents 5fc3962 + f56d4fd commit 720ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ArticleAttachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ public function getArticle()

public function getUrl()
{
return $this->base_url .'/'. $this->path;
return Yii::getAlias('@storageUrl') . '/source/' . $this->path;
}
}

0 comments on commit 720ffc6

Please sign in to comment.