Signed-off-by: Riccardo Di Dato <r.didato@asdynamics.it>
This commit is contained in:
Riccardo Di Dato
2017-07-27 12:58:31 +02:00
parent 19bdd5705c
commit a7f5bde0a9
+2 -2
View File
@@ -93,7 +93,7 @@ class NotiziaModel extends HasMediaModel{
$link = "art_".$this->shortenedUrl.".html";
}
GUIHandler::getBaseUrl().$link;
return GUIHandler::getBaseUrl().$link;
}
public function getAbsoluteMobileUrl(){
$link = "articolo_".strval($this->id);
@@ -101,7 +101,7 @@ class NotiziaModel extends HasMediaModel{
$link = "art_".$this->shortenedUrl;
}
GUIHandlerMobile::getBaseUrl().$link;
return GUIHandlerMobile::getBaseUrl().$link;
}
}