Skip to content

Commit

Permalink
Fix missing $user
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 13, 2024
1 parent 0dc2dec commit 9d4a21d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function __construct($db)
*/
public function init($options = '')
{
global $conf, $langs;
global $conf, $langs, $mysoc, $user;

// Create bank account Payplug if not exists
if (!getDolGlobalInt('PAYPLUG_DOLICLOUD_BANK_ACCOUNT_FOR_PAYMENTS')) {
Expand Down

0 comments on commit 9d4a21d

Please sign in to comment.