Преглед изворни кода

apply StyleCI recommendation

El RIDO пре 2 година
родитељ
комит
2cc40b2447
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

@@ -917,7 +917,7 @@ class Database extends AbstractData
             case '1.7.2':
                 $this->_db->exec(
                     'ALTER TABLE "' . $this->_sanitizeIdentifier('paste') .
-                    "\" DROP COLUMN \"postdate\""
+                    '" DROP COLUMN "postdate"'
                 );
                 // no break, continue with updates for all newer versions
             default: