mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Add warning message for PocketImport
Warn user if pocket_consumer_key isn't defined
This commit is contained in:
parent
63e40f2d7c
commit
1e3ed71470
2 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,7 @@ class PocketController extends Controller
|
|||
{
|
||||
return $this->render('WallabagImportBundle:Pocket:index.html.twig', [
|
||||
'import' => $this->get('wallabag_import.pocket.import'),
|
||||
'has_consumer_key' => '' == trim($this->get('craue_config')->get('pocket_consumer_key')) ? false : true,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue