From 90de2ee6076d604ed3b00a99be88e34cdb67b064 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 14 Jan 2015 17:40:03 -0800 Subject: [PATCH] Stray "r" - yay for working without a desk --- src/CensorWords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);