debug off

This commit is contained in:
Fred Tempez 2020-08-21 14:55:40 +02:00
parent 04d585b277
commit 04978ab13a
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class search extends common {
$this->setData(['theme', 'search', theme::$defaultData]);
}
// Création des valeurs de réglage par défaut
var_dump($this->getData(['module', 'search']));
if ( $this->getData(['module', 'search']) === null ) {
require_once('module/search/ressource/defaultdata.php');
$this->setData(['module', $this->getUrl(0), data::$defaultData]);