Skip to content

Commit 93b7565

Browse files
committed
Language: Restore exit statement in find_missing_terms.php script
1 parent 81bf09a commit 93b7565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/lang/find_missing_terms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* For licensing terms, see /license.txt */
44

5-
//exit;
5+
exit;
66

77
/**
88
* Script to scan Chamilo LMS master branch for translatable terms and compare with messages.pot

0 commit comments

Comments
 (0)