Skip to content

Commit

Permalink
Stray "r" - yay for working without a desk
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 15, 2015
1 parent eaf4f5e commit 90de2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CensorWords.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function setDictionary($dicts = 'en-us') {
for ($x=0; $x < count($dicts); $x++) {
if (file_exists('dict/'.$dicts[$x].'.php')) {
include('dict/'.$dicts[$x].'.php');
} else {r
} else {
// if the file isn't in the dict directory,
// it's probably a custom user library
include($dicts[$x]);
Expand Down

0 comments on commit 90de2ee

Please sign in to comment.