aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-23 09:49:22 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-12-25 10:51:25 +0100
commit89cd670abfc77ca268a538c9323a4026fec06fc7 (patch)
treeb0b4d38a67cc86186da3dae413530e9faa693f7c /src/Wallabag/CoreBundle/Controller
parent8137515171a9b3c8e7c3720958acfdccb96803f7 (diff)
downloadwallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.gz
wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.tar.zst
wallabag-89cd670abfc77ca268a538c9323a4026fec06fc7.zip
Changed uuid type in database
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 83148671..b03f49ed 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -355,9 +355,6 @@ class EntryController extends Controller
355 { 355 {
356 $this->checkUserAction($entry); 356 $this->checkUserAction($entry);
357 357
358 $version = $this->getDoctrine()->getManager()->getConnection()->query('SELECT version();')->fetchColumn();
359 var_dump($version);
360
361 return $this->render( 358 return $this->render(
362 'WallabagCoreBundle:Entry:entry.html.twig', 359 'WallabagCoreBundle:Entry:entry.html.twig',
363 ['entry' => $entry] 360 ['entry' => $entry]