aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report_tx_git.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-09-17 14:54:41 +0200
committerfilip <filip.komar@gmail.com>2016-09-17 14:54:41 +0200
commitfa51ce873865d8c389019090476ea14300fc29a6 (patch)
tree376356386155496aefa9a46dc253b6474340950a /langs/report_tx_git.php
parentad703795559cc57412671531ecd8535a06f8cb02 (diff)
downloadwww-fa51ce873865d8c389019090476ea14300fc29a6.tar
www-fa51ce873865d8c389019090476ea14300fc29a6.tar.gz
www-fa51ce873865d8c389019090476ea14300fc29a6.tar.bz2
www-fa51ce873865d8c389019090476ea14300fc29a6.tar.xz
www-fa51ce873865d8c389019090476ea14300fc29a6.zip
better include location
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r--langs/report_tx_git.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php
index 713410644..ac86fefef 100644
--- a/langs/report_tx_git.php
+++ b/langs/report_tx_git.php
@@ -34,7 +34,6 @@
<?php
define('HLANG', TRUE);
include 'lib.php';
-include 'resources_list.php';
$errors = array(); // stored for error management ;)
$wanted_category = get_sane_string('c');
@@ -61,6 +60,8 @@ if (!empty($wanted_resource)) {
$wanted_resource_name = str_replace(array('../_nav/langs/en', 'en/', '.pot'), array('nav', '', ''), $wanted_resource);
}
+include 'resources_list.php';
+
// get resources data from TX
$tx_resources = tx_call("resources");