Use absolute path in application::objectMakeUrl(), otherwise mail links won't work
This commit is contained in:
committed by
WineHQ
parent
7825da1dc5
commit
20ebe74913
@@ -826,7 +826,7 @@ class Application {
|
||||
|
||||
function objectMakeUrl()
|
||||
{
|
||||
$sUrl = BASE."appview.php?iAppId=$this->iAppId";
|
||||
$sUrl = APPDB_ROOT."appview.php?iAppId=$this->iAppId";
|
||||
return $sUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user