noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 09/17: Use a variable for an absolute path fo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/17: Use a variable for an absolute path for performance reason NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
Date: Wed, 12 Aug 2015 13:23:42 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 643147a22c0fe93e587ed1dfed6388e2e20dd98a
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 11 11:06:15 2015 +0200

    Use a variable for an absolute path for performance reason
    NOALYSS_INCLUDE
    NOALYSS_HOME
    NOALYSS_PLUGIN
---
 include/class_idate.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class_idate.php b/include/class_idate.php
index 016a6fb..cea64c8 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*/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]