mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
FIX phpstan: wrong case
This commit is contained in:
@@ -232,7 +232,7 @@ $urlko = $urlwithroot.'/public/payment/paymentko.php?';
|
|||||||
|
|
||||||
if ($ws && !defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { // So defined('USEEXTERNALSERVER') should be set but is not always
|
if ($ws && !defined('USEDOLIBARRSERVER') && !defined('USEDOLIBARREDITOR')) { // So defined('USEEXTERNALSERVER') should be set but is not always
|
||||||
include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
|
||||||
$tmpwebsite = new WebSite($db);
|
$tmpwebsite = new Website($db);
|
||||||
$tmpwebsite->fetch(0, $ws);
|
$tmpwebsite->fetch(0, $ws);
|
||||||
$urlok = $tmpwebsite->virtualhost.'/public/payment/paymentok.php?';
|
$urlok = $tmpwebsite->virtualhost.'/public/payment/paymentok.php?';
|
||||||
$urlko = $tmpwebsite->virtualhost.'/public/payment/paymentko.php?';
|
$urlko = $tmpwebsite->virtualhost.'/public/payment/paymentko.php?';
|
||||||
|
|||||||
Reference in New Issue
Block a user