aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");