aboutsummaryrefslogtreecommitdiffhomepage
path: root/import.php
diff options
context:
space:
mode:
Diffstat (limited to 'import.php')
-rw-r--r--import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/import.php b/import.php
index 7a657c21..97072437 100644
--- a/import.php
+++ b/import.php
@@ -42,7 +42,7 @@ else {
42 } 42 }
43 catch (Exception $e) 43 catch (Exception $e)
44 { 44 {
45 $errors[] = $e->getMessage(); 45 logm('error during pocket import : ' . $e->getMessage());
46 } 46 }
47 } 47 }
48 # Pocket génère un fichier HTML avec deux <ul> 48 # Pocket génère un fichier HTML avec deux <ul>
@@ -52,4 +52,5 @@ else {
52 } 52 }
53 53
54 echo 'Import from Pocket completed. <a href="index.php">Welcome to #poche !</a>'; 54 echo 'Import from Pocket completed. <a href="index.php">Welcome to #poche !</a>';
55 logm('import from pocket completed');
55} \ No newline at end of file 56} \ No newline at end of file