aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-01-20 00:02:21 +0100
committerThomas Citharel <tcit@tcit.fr>2015-01-20 00:02:21 +0100
commit9a490ad63a08c619bb45ad9bf090790c31ebe92e (patch)
tree5aa6978d736ee6df694f9024fc366c994598966b /inc/poche/Poche.class.php
parentfa921eac006920bf367fa88320101f233fabee1e (diff)
downloadwallabag-9a490ad63a08c619bb45ad9bf090790c31ebe92e.tar.gz
wallabag-9a490ad63a08c619bb45ad9bf090790c31ebe92e.tar.zst
wallabag-9a490ad63a08c619bb45ad9bf090790c31ebe92e.zip
from spaces to commas
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 5a0edbe4..81a18c86 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -664,7 +664,7 @@ class Poche
664 $urlsInserted[] = $url; //add 664 $urlsInserted[] = $url; //add
665 if (isset($record['tags']) && trim($record['tags'])) { 665 if (isset($record['tags']) && trim($record['tags'])) {
666 666
667 $tags = explode(' ', $record['tags']); 667 $tags = explode(',', $record['tags']);
668 foreach($tags as $tag) { 668 foreach($tags as $tag) {
669 $entry_id = $id; 669 $entry_id = $id;
670 $tag_id = $this->store->retrieveTagByValue($tag); 670 $tag_id = $this->store->retrieveTagByValue($tag);