Skip to content

Commit c6573af

Browse files
committed
Fix the include path in the transifex purge script
1 parent 3b90103 commit c6573af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tx/purge

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (in_array('-h', $argv)) {
2222

2323
// Include the helper functions
2424
define('TL_ROOT', dirname(__DIR__));
25-
include 'system/helper/functions.php';
25+
include TL_ROOT . '/system/helper/functions.php';
2626

2727
// Initialize the counter
2828
$counter = array();

0 commit comments

Comments
 (0)