allow full unicode into links for tags

This commit is contained in:
Brenda Wallace 2009-07-20 14:02:52 +12:00
parent 5909826122
commit 76dd061a34
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class Router
array('tag' => '[a-zA-Z0-9]+'));
$m->connect('tag/:tag',
array('action' => 'tag'),
array('tag' => '[a-zA-Z0-9]+'));
array('tag' => '[\pL\pN_\-\.]{1,64}'));
$m->connect('peopletag/:tag',
array('action' => 'peopletag'),