aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-07-24 13:54:01 +0200
committerGitHub <noreply@github.com>2017-07-24 13:54:01 +0200
commitea127a401b79230eede13afd655d9fb7789c8059 (patch)
tree1cf3629e851c5c001c24bdaf80c379a4a7d352d6 /src/Wallabag
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
parent459374022f39977656cc393e6313b85e3e60cfbb (diff)
downloadwallabag-ea127a401b79230eede13afd655d9fb7789c8059.tar.gz
wallabag-ea127a401b79230eede13afd655d9fb7789c8059.tar.zst
wallabag-ea127a401b79230eede13afd655d9fb7789c8059.zip
Merge pull request #3283 from wallabag/fix-language-validation
Put the final URL in data test
Diffstat (limited to 'src/Wallabag')
-rw-r--r--src/Wallabag/ImportBundle/Controller/BrowserController.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/ImportBundle/Controller/BrowserController.php b/src/Wallabag/ImportBundle/Controller/BrowserController.php
index 0753e318..77a7a904 100644
--- a/src/Wallabag/ImportBundle/Controller/BrowserController.php
+++ b/src/Wallabag/ImportBundle/Controller/BrowserController.php
@@ -80,10 +80,10 @@ abstract class BrowserController extends Controller
80 */ 80 */
81 abstract protected function getImportService(); 81 abstract protected function getImportService();
82 82
83 /** 83 /**
84 * Return the template used for the form. 84 * Return the template used for the form.
85 * 85 *
86 * @return string 86 * @return string
87 */ 87 */
88 abstract protected function getImportTemplate(); 88 abstract protected function getImportTemplate();
89} 89}