]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/config.php
Fixed #54 - récupération de l'id améliorée et utilisation de action_to_do() pour...
[github/wallabag/wallabag.git] / inc / config.php
index 4db3cf40232c5ac2c91bac7cc36bc145fc7b0f46..386fd0360fb941f193b86ef39aef04a9d8e1410e 100644 (file)
@@ -14,6 +14,7 @@ if (!is_dir('db/')) {
 
 define ('DB_PATH', 'sqlite:./db/poche.sqlite');
 define ('ABS_PATH', 'assets/');
+define ('CONVERT_LINKS_FOOTNOTES', TRUE);
 define ('DOWNLOAD_PICTURES', TRUE);
 
 include 'db.php';
@@ -50,5 +51,5 @@ $url                = (isset ($_GET['url'])) ? $_GET['url'] : '';
 $token              = (isset ($_REQUEST['token'])) ? $_REQUEST['token'] : '';
 
 if ($action != '') {
-    action_to_do($action, $id, $url, $token);
+    action_to_do($action, $url, $token, $id);
 }