]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
from spaces to commas 1013/head
authorThomas Citharel <tcit@tcit.fr>
Mon, 19 Jan 2015 23:02:21 +0000 (00:02 +0100)
committerThomas Citharel <tcit@tcit.fr>
Mon, 19 Jan 2015 23:02:21 +0000 (00:02 +0100)
inc/poche/Poche.class.php

index 5a0edbe417b5a4f98ff02fd390fe6194d185e5d0..81a18c8603b95af167876c943a02d6523c89d001 100755 (executable)
@@ -664,7 +664,7 @@ class Poche
                         $urlsInserted[] = $url; //add
                         if (isset($record['tags']) && trim($record['tags'])) {
 
-                            $tags = explode(' ', $record['tags']);                                                                                                             
+                            $tags = explode(',', $record['tags']);                                                                                                             
                                                        foreach($tags as $tag) {
                                                                $entry_id = $id;
                                                                $tag_id = $this->store->retrieveTagByValue($tag);