Skip to content
Snippets Groups Projects
Commit 3dfeabb3 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: bugfix

parent a0f736a6
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ if ($PAYPALTOKEN)
include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php");
$interface=new Interfaces($db);
$result=$interface->run_triggers('PAYPAL_PAYMENT_OK',$object,$user,$langs,$conf);
if ($result < 0) { $error++; $this->errors=$interface->errors; }
if ($result < 0) { $error++; $errors=$interface->errors; }
// Fin appel triggers
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment