From a762e229cff90126eff2cd258cdc0048d0458e43 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 14 May 2007 10:51:35 +0000 Subject: [PATCH] Fix git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1819 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations.inc.php b/include/validations.inc.php index 1fcbb24..daaecef 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -135,7 +135,7 @@ abstract class Validate /** fonction à utiliser pour nettoyer l'entrée de la requête dans la table requests * attention, tout est supprimé si c'est un unique */ - protected function clean() + public function clean() { if ($this->unique) { return XDB::execute('DELETE FROM requests WHERE user_id={?} AND type={?}', -- 2.1.4