noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 16/17: restructure : move export file to incl


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 16/17: restructure : move export file to include/export
Date: Fri, 02 Oct 2015 10:22:21 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1c1d9ca3de77fe6754831c6afa68f9a8367915d3
Author: Dany De Bontridder <address@hidden>
Date:   Thu Sep 24 01:40:08 2015 +0200

    restructure : move export file to include/export
---
 html/ajax_card.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/ajax_card.php b/html/ajax_card.php
index 2903017..e06348b 100644
--- a/html/ajax_card.php
+++ b/html/ajax_card.php
@@ -438,10 +438,10 @@ case 'fs':
         return;
     break;
     case 'action_save_concerned':
-        require 'ajax/ajax_action_save_concerned.php';
+        require NOALYSS_INCLUDE.'/ajax/ajax_action_save_concerned.php';
         return;
     case 'action_remove_concerned':
-        require 'ajax/ajax_action_remove_concerned.php';
+        require NOALYSS_INCLUDE.'/ajax/ajax_action_remove_concerned.php';
         return;
 case 'ac':
     if ( $g_user->check_action(FICCAT)==1 )



reply via email to

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