mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-21 01:15:40 +02:00
fix variable inside ', it must be inside "
This commit is contained in:
parent
d506dd66ff
commit
4a441c5763
3 changed files with 327 additions and 1099 deletions
|
@ -371,7 +371,7 @@ switch ($action) {
|
|||
$d->trx_invoice = $result;
|
||||
$d->status = 2;
|
||||
$d->save();
|
||||
r2(getUrl('order/view/$trx_id'), 's', Lang::T("Success to send package"));
|
||||
r2(getUrl("order/view/$trx_id"), 's', Lang::T("Success to send package"));
|
||||
} else {
|
||||
$errorMessage = "Send Package with Balance Failed\n\n#u$user[username] #send \n" . $plan['name_plan'] .
|
||||
"\nRouter: " . $router_name .
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "2025.3.19"
|
||||
"version": "2025.3.20"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue