From 1f6cccc3dc8834c0db1485f5a852701a127162e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Thu, 7 Nov 2013 20:35:02 +0100 Subject: [PATCH] Removed return from void function The function is declared void and the return value was not used anywhere --- htdocs/ecm/class/ecmdirectory.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/ecm/class/ecmdirectory.class.php b/htdocs/ecm/class/ecmdirectory.class.php index 3c12fe066e9..35a03f487f9 100644 --- a/htdocs/ecm/class/ecmdirectory.class.php +++ b/htdocs/ecm/class/ecmdirectory.class.php @@ -642,8 +642,6 @@ class EcmDirectory // extends CommonObject $this->build_path_from_id_categ($val,$protection); } } - - return 1; } /**