new path for covers

This commit is contained in:
Gilles Crettenand
2015-05-13 15:57:30 +02:00
parent 6669315735
commit 6c33a2490e

View File

@@ -158,7 +158,7 @@ class AudioBook extends DbMapping
} }
if ($this->coverdisplay == 2) { if ($this->coverdisplay == 2) {
$this->cover = "http://fichiers.bsr-lausanne.ch:8089/Netbiblio3/images/covers/" . "Cover" . $this->id . "_Original.jpg"; $this->cover = "http://fichiers.bibliothequesonore.ch:8089/netbiblio/images/covers/" . "Cover" . $this->id . "_Original.jpg";
} }
} }