Skip to content
Snippets Groups Projects
Commit 5ae0d919 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #38194 : fix test failure

parent 28a102c7
Branches
Tags
7 merge requests!1587Master,!1553Master,!1539Master,!1537Master,!1536Hotline master,!1535Stable,!1528Hotline#38194 les tags sur notices sont effaces a l import total
......@@ -22,7 +22,7 @@
class Class_CodifTagsLoader extends Storm_Model_Loader {
public function findForRecord($id) {
return Class_CodifTags::findAllBy('select * from codif_tags where MATCH(notices) AGAINST( "+;' . (int)$id . ';" IN BOOLEAN MODE)');
return Class_CodifTags::findAll('select * from codif_tags where MATCH(notices) AGAINST( "+;' . (int)$id . ';" IN BOOLEAN MODE)');
}
}
......
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