mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fixed #53 - on ne passait pas d'id pour la création du répertoire d'images lors de l'import pocket
This commit is contained in:
parent
f0fc50119b
commit
cb1348bc5c
2 changed files with 7 additions and 1 deletions
|
@ -240,6 +240,7 @@ function action_to_do($action, $id, $url, $token)
|
|||
if ($url == '')
|
||||
continue;
|
||||
|
||||
# FIXME corriger cette génération d'ID
|
||||
$req = $db->getHandle()->query("SELECT id FROM entries ORDER BY id DESC");
|
||||
$id = $req->fetchColumn()+1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue