@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user