mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Rewrote Wallabag v1 import
This commit is contained in:
parent
252ebd6071
commit
b1d05721cf
14 changed files with 405 additions and 94 deletions
|
@ -51,7 +51,7 @@ class PocketController extends Controller
|
|||
|
||||
if (true === $pocket->import()) {
|
||||
$summary = $pocket->getSummary();
|
||||
$message = $summary['imported'].' entrie(s) imported, '.$summary['skipped'].' already saved.';
|
||||
$message = 'Import summary: '.$summary['imported'].' imported, '.$summary['skipped'].' already saved.';
|
||||
}
|
||||
|
||||
$this->get('session')->getFlashBag()->add(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue