diff --git a/files.tar b/files.tar index 707da8a..2d9d6a3 100644 Binary files a/files.tar and b/files.tar differ diff --git a/files/lib/system/event/listener/ThreadAddFormAntiURLSpamListener.class.php b/files/lib/system/event/listener/ThreadAddFormAntiURLSpamListener.class.php index 989e07a..03e3d01 100644 --- a/files/lib/system/event/listener/ThreadAddFormAntiURLSpamListener.class.php +++ b/files/lib/system/event/listener/ThreadAddFormAntiURLSpamListener.class.php @@ -120,7 +120,7 @@ public function parse($text) { $match1 = trim($match[1], '"=\''); $match2 = trim($match[2], '"=\''); if (!\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match1) && - !\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match1)) { + !\wcf\system\application\ApplicationHandler::getInstance()->isInternalURL($match2)) { $count++; } } @@ -135,4 +135,4 @@ public function parse($text) { return $this->text; } -} +} \ No newline at end of file diff --git a/package.xml b/package.xml index 6304b9d..58c0019 100644 --- a/package.xml +++ b/package.xml @@ -7,8 +7,8 @@ Disables user posts if they have a too low post counter and the post contains external URIs. - 1.1.1 - 2014-10-23 + 1.1.2 + 2014-11-03 LGPL @@ -20,17 +20,17 @@ com.woltlab.wcf com.woltlab.wbb - + - + files.tar xml/options.xml xml/groupoptions.xml xml/eventlistener.xml languages/*.xml - + - + files.tar xml/options.xml xml/groupoptions.xml