Signed-off-by: Riccardo Di Dato <r.didato@asdynamics.it>
This commit is contained in:
Riccardo Di Dato
2017-07-27 13:42:05 +02:00
parent 9590ee5ae1
commit 472e181d9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class NotiziaModel extends HasMediaModel{
public function getAbsoluteMobileUrl(){
$link = "articolo_".strval($this->id);
if ($this->hasProperty("shortenedUrl")){
$link = "art_".$this->shortenedUrl;
$link = "art_".$this->shortenedUrl.".html";
}
return GUIHandlerMobile::getBaseUrl().$link;