1
0
Fork 0
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:
Jeremy Benoist 2015-12-30 13:26:30 +01:00
parent 252ebd6071
commit b1d05721cf
14 changed files with 405 additions and 94 deletions

View file

@ -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(