aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/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 646193f7..bca8bfd5 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -166,7 +166,7 @@ class Poche
166 } 166 }
167 $last_id = $this->store->getLastId($sequence); 167 $last_id = $this->store->getLastId($sequence);
168 if (DOWNLOAD_PICTURES) { 168 if (DOWNLOAD_PICTURES) {
169 $content = filtre_picture($parametres_url['body'], $url->getUrl(), $last_id); 169 $content = filtre_picture($content['body'], $url->getUrl(), $last_id);
170 Tools::logm('updating content article'); 170 Tools::logm('updating content article');
171 $this->store->updateContent($last_id, $content, $this->user->getId()); 171 $this->store->updateContent($last_id, $content, $this->user->getId());
172 } 172 }