From 643147a22c0fe93e587ed1dfed6388e2e20dd98a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 11 Aug 2015 11:06:15 +0200 Subject: [PATCH] Use a variable for an absolute path for performance reason NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN --- include/class_idate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_idate.php b/include/class_idate.php index 016a6fbd2..cea64c862 100644 --- a/include/class_idate.php +++ b/include/class_idate.php @@ -22,7 +22,7 @@ /*!\file * \brief Html Input */ -require_once('class_html_input.php'); +require_once NOALYSS_INCLUDE.'/class_html_input.php'; class IDate extends HtmlInput { /*!\brief show the html input of the widget*/