mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
fonction logm() ajoutée (from shaarli)
This commit is contained in:
parent
0753bfefd7
commit
713b2d6991
3 changed files with 25 additions and 12 deletions
|
@ -42,7 +42,7 @@ else {
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
$errors[] = $e->getMessage();
|
||||
logm('error during pocket import : ' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
# Pocket génère un fichier HTML avec deux <ul>
|
||||
|
@ -52,4 +52,5 @@ else {
|
|||
}
|
||||
|
||||
echo 'Import from Pocket completed. <a href="index.php">Welcome to #poche !</a>';
|
||||
logm('import from pocket completed');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue