Stripped comment
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Mar 2015 18:08:38 +0000 (19:08 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Mar 2015 18:08:38 +0000 (19:08 +0100)
wcfsetup/install/files/lib/system/event/listener/PreParserAtUserListener.class.php

index 9acc7e5959f41316d1d5e84054115e6d55d0b4fb..435ad75f799f7e6357682fd56be2074af4e2896d 100644 (file)
@@ -82,7 +82,7 @@ class PreParserAtUserListener implements IParameterizedEventListener {
                
                $userRegex->match($text, true, Regex::ORDER_MATCH_BY_SET);
                $matches = $userRegex->getMatches();
-               //
+               
                if (!empty($matches)) {
                        $usernames = array();
                        foreach ($matches as $match) {