diff --git a/src/CensorWords.php b/src/CensorWords.php index 64a357a..3622bcc 100644 --- a/src/CensorWords.php +++ b/src/CensorWords.php @@ -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]);