From 04978ab13a51e3534f63afe6bbb60025da33f301 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 21 Aug 2020 14:55:40 +0200 Subject: [PATCH] debug off --- module/search/search.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/search/search.php b/module/search/search.php index 7b128f81..d8e3fdde 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -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]);