[-] BO : Could not insert referrer id_connections_source can not be null

This commit is contained in:
gRoussac
2013-10-11 16:52:53 +02:00
parent 9fc9df6ba4
commit a07733fcec

View File

@@ -314,6 +314,7 @@ class ReferrerCore extends ObjectModel
FROM '._DB_PREFIX_.'referrer r
LEFT JOIN '._DB_PREFIX_.'connections_source cs ON ('.self::$_join.')
WHERE id_referrer = '.(int)$row['id_referrer'].'
AND id_connections_source IS NOT NULL
)');
}
}