diff options
Diffstat (limited to 'bin/striplangs.php')
-rwxr-xr-x | bin/striplangs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/striplangs.php b/bin/striplangs.php index 40cef5063..ac95626c9 100755 --- a/bin/striplangs.php +++ b/bin/striplangs.php @@ -127,7 +127,7 @@ if ( $OPTS->has('k') or $OPTS->has('keep') ) { // ! always enforce 'en' lang when using '--keep' (DW relies on it) if ( !isset($langs['en']) ) { - $langs[]='en'; + $langs[]='en'; } } elseif ( $OPTS->has('e') or $OPTS->has('english') ) { // '--english' was specified strip everything besides 'en' |