1
0
Fork 0
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:
nicosomb 2013-04-18 08:25:15 +02:00
parent f0fc50119b
commit cb1348bc5c
2 changed files with 7 additions and 1 deletions

View file

@ -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;