diff options
author | filip <filip.komar@gmail.com> | 2016-09-17 14:54:41 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-09-17 14:54:41 +0200 |
commit | fa51ce873865d8c389019090476ea14300fc29a6 (patch) | |
tree | 376356386155496aefa9a46dc253b6474340950a /langs/report_tx_git.php | |
parent | ad703795559cc57412671531ecd8535a06f8cb02 (diff) | |
download | www-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.php | 3 |
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"); |