Skip to content
Snippets Groups Projects
Commit 7d2e3a27 authored by llaffont's avatar llaffont
Browse files

Libération du cache à l'import des abonnés pour problèmes de mémoire

parent 9f0531b4
Branches
Tags
No related merge requests found
......@@ -103,7 +103,6 @@ class abonne
// Import d'une fiche en XML
// ----------------------------------------------------------------
public function importFicheXml($data){
xdebug_break();
// Transco accents
$data=$this->changeAccents($data);
......@@ -149,7 +148,8 @@ class abonne
$user
->updateAttributes($data)
->save();
Class_Users::clearCache();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment