diff options
| author | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 19:44:40 +0200 |
|---|---|---|
| committer | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 19:44:40 +0200 |
| commit | b181707c1651af8737c2e6ff550fd20f480b781b (patch) | |
| tree | a39b32912bdb37cbf213d146d8be47f028e88590 /modules/tag/helpers | |
| parent | 386130114b3e3a9cf1617a1ea62407f569ee391c (diff) | |
| parent | 070884d9e248ba692e49949851099e4d79285ef2 (diff) | |
Merge commit 'upstream/master'
Conflicts:
modules/gallery/helpers/access.php
Diffstat (limited to 'modules/tag/helpers')
| -rw-r--r-- | modules/tag/helpers/tag_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php index d13d1340..e1ab1b73 100644 --- a/modules/tag/helpers/tag_event.php +++ b/modules/tag/helpers/tag_event.php @@ -74,7 +74,7 @@ class tag_event_Core { tag::clear_all($item); foreach (preg_split("/[,;]/", $form->edit_item->tags->value) as $tag_name) { if ($tag_name) { - tag::add($item, $tag_name); + tag::add($item, str_replace(" ", ".", $tag_name)); } } tag::compact(); |
