Browse Source

On peut désormais avoir un objet ElementSearch sans tags.

bastien 12 years ago
parent
commit
f38e86c710
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Muzich/CoreBundle/Searcher/ElementSearcher.php

+ 3 - 3
src/Muzich/CoreBundle/Searcher/ElementSearcher.php View File

@@ -41,9 +41,9 @@ class ElementSearcher extends Searcher implements SearcherInterface
41 41
   public function init($params)
42 42
   {
43 43
     // Control des parametres transmis.
44
-    $this->checkParams($params, array(
45
-      'tags' => "Muzich\CoreBundle\Searcher\ElementSearch::init(): \$params: Au moins un tag est nécéssaire"
46
-    ));
44
+//    $this->checkParams($params, array(
45
+//      'tags' => "Muzich\CoreBundle\Searcher\ElementSearch::init(): \$params: Au moins un tag est nécéssaire"
46
+//    ));
47 47
     
48 48
     // Mise a jour des attributs
49 49
     $this->setAttributes(array(