소스 검색

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: