Changes to schedule for frontend

This commit is contained in:
2017-07-27 00:06:57 +02:00
parent 8b30298ca6
commit 4ff0d7acc2
5 changed files with 28 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ class NewsImage extends Model {
// Deserialisatie van JSON heeft url in data,
// lezen uit database heeft file en (als het goed is) urlPrefix
if(isset($data->file)) {
$this->url = $urlPrefix . $data->file;
$this->url = 'http://www.6fm.nl' . $urlPrefix . $data->file;
}
}
}