Skip to content
Snippets Groups Projects
Commit 80608568 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

BUGFIX php 5.2

parent 7cafc7b8
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ class Adherent
{
global $conf,$langs;
dolibarr_syslog("Adherent.class::update user=".$user." notrigger=".$notrigger);
dolibarr_syslog("Adherent.class::update user=".$user->id." notrigger=".$notrigger);
// Verification parametres
if ($conf->global->ADHERENT_MAIL_REQUIRED && ! ValidEMail($this->email))
......
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