mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Ensure SITE_URL is always used
This commit is contained in:
parent
27ee08d541
commit
72cbea9a0c
@ -13,7 +13,7 @@ class EntityPresenter extends Presenter
|
||||
*/
|
||||
public function url()
|
||||
{
|
||||
return url($this->path());
|
||||
return SITE_URL . $this->path();
|
||||
}
|
||||
|
||||
public function path()
|
||||
|
Loading…
Reference in New Issue
Block a user