noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/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 db45d7f81c5cd2df9f2204e5acae378719b73aad
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 11 11:06:32 2015 +0200

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

diff --git a/include/export_anc_receipt_pdf.php 
b/include/export_anc_receipt_pdf.php
index 586abc3..7025f40 100644
--- a/include/export_anc_receipt_pdf.php
+++ b/include/export_anc_receipt_pdf.php
@@ -27,7 +27,7 @@ if (!defined('ALLOWED'))
 /**
  * export all the selected documents for Ana Accountancy in PDF
  */
-require_once 'class_document_export.php';
+require_once NOALYSS_INCLUDE.'/class_document_export.php';
 
 $ck = HtmlInput::default_value_get('ck', 0);
 if ($ck == 0)



reply via email to

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