Răsfoiți Sursa

apply StyleCI recommendation

El RIDO 2 ani în urmă
părinte
comite
2cc40b2447
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: