Bug 14439: Typo in Bug 14408 regexp
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 23 Jun 2015 13:50:39 +0000 (15:50 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 13 Jul 2015 21:12:26 +0000 (09:12 +1200)
commit66db459a8161ffe98bf69c200ee011fbdba62bb8
tree35783fa58eeac51b596abbe35f16d0996d284990
parentccfca43d93b6607ed086213ae33c741234af48b3
Bug 14439: Typo in Bug 14408 regexp

In Bug 14408 first patch, the regexp used needs an escape on dot and does not need an ending "?"

Test plan :
  - prove t/db_dependent/Auth.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit cb44a8de3a6fbe7ecf2d349a6cab44ace0dc7165)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Auth.pm