diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-06-30 11:05:42 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-06-30 11:05:42 -0700 |
| commit | 3209e0bdd610d4b5475782794bdfef1edd1038cd (patch) | |
| tree | 97a943102519e36db8eae4e58a14c9b0bd77ce9e /rt | |
| parent | 8f3f959d7854ebe12b57fbd48de4c9939ffb6d4d (diff) | |
fix RT iCal feed, RT#75581
Diffstat (limited to 'rt')
| -rw-r--r-- | rt/etc/RT_Config.pm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 506dd7b19..a582200c8 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -1162,7 +1162,7 @@ are extending RT. =cut -Set($WebNoAuthRegex, qr{^ /rt (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x ); +Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x ); =item C<$SelfServiceRegex> |
