diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 01:12:47 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 01:12:47 -0700 |
commit | 5a3aabcff0e246c29f47c1dd65301712cd553308 (patch) | |
tree | 2245231ac0dcbeea7084a751f89699e3307133f2 /bin/striplangs.php | |
parent | ef0239a32ff44792b95819fe52398f3fc0dc4fae (diff) | |
parent | 7ef8e99fe605c5da36ab6b5d317b22fcd17f665b (diff) | |
download | rpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.gz rpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.bz2 |
Merge pull request #311 from mperry2/scopeindent
Fix CodeSniffer violations
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' |