aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-30 09:38:08 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-30 09:38:08 +0200
commit2ff9991a1dfac0d3463662b96f529aac70c66f76 (patch)
tree51074ab8e0305b786c422577948fb8116368d138 /src/Wallabag/CoreBundle/Controller/EntryController.php
parentfb479be3a0af95bba45c13b11e1f85bb9c753d25 (diff)
downloadwallabag-2ff9991a1dfac0d3463662b96f529aac70c66f76.tar.gz
wallabag-2ff9991a1dfac0d3463662b96f529aac70c66f76.tar.zst
wallabag-2ff9991a1dfac0d3463662b96f529aac70c66f76.zip
Removed duplicated templates files
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/EntryController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 40111af0..3b28e635 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -531,7 +531,7 @@ class EntryController extends Controller
531 } 531 }
532 532
533 return $this->render( 533 return $this->render(
534 '@WallabagCore/themes/share.html.twig', 534 '@WallabagCore/themes/common/Entry/share.html.twig',
535 ['entry' => $entry] 535 ['entry' => $entry]
536 ); 536 );
537 } 537 }