forked from wallabag/wallabag
Adding test
Reformat json file (thanks pro.jsonlint.com)
This commit is contained in:
@ -32,6 +32,7 @@ class WallabagV1Controller extends Controller
|
||||
->import();
|
||||
|
||||
$message = 'Import failed, please try again.';
|
||||
|
||||
if (true === $res) {
|
||||
$summary = $wallabag->getSummary();
|
||||
$message = 'Import summary: '.$summary['imported'].' imported, '.$summary['skipped'].' already saved.';
|
||||
|
||||
Reference in New Issue
Block a user