aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20161122144743.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/DoctrineMigrations/Version20161122144743.php')
-rw-r--r--app/DoctrineMigrations/Version20161122144743.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20161122144743.php b/app/DoctrineMigrations/Version20161122144743.php
index 02113031..388a0e4b 100644
--- a/app/DoctrineMigrations/Version20161122144743.php
+++ b/app/DoctrineMigrations/Version20161122144743.php
@@ -35,7 +35,7 @@ class Version20161122144743 extends AbstractMigration implements ContainerAwareI
35 $access = $this->container 35 $access = $this->container
36 ->get('doctrine.orm.default_entity_manager') 36 ->get('doctrine.orm.default_entity_manager')
37 ->getConnection() 37 ->getConnection()
38 ->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting').' WHERE name = "restricted_access"'); 38 ->fetchArray('SELECT * FROM '.$this->getTable('craue_config_setting')." WHERE name = 'restricted_access'");
39 39
40 $this->skipIf(false !== $access, 'It seems that you already played this migration.'); 40 $this->skipIf(false !== $access, 'It seems that you already played this migration.');
41 41