]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - import.php
#4 - ajout système de connexion (login poche mot de passe poche pour l'instant)
[github/wallabag/wallabag.git] / import.php
index 135443c9a4746517b339b07b6df37d9547b75769..72e3eac7696974177e765211d3aadfee25c5c282 100644 (file)
@@ -30,7 +30,7 @@ else {
             $url = $a[0]->href;
 
 
-            action_to_do('add', $url, $token);
+            action_to_do('add', $url);
             if ($read == '1') {
                 $last_id = $db->getHandle()->lastInsertId();
                 $sql_update     = "UPDATE entries SET is_read=~is_read WHERE id=?";