소스 검색

fix the site:create command

Olivier Massot 2 년 전
부모
커밋
243979733b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ot_admin/Classes/Controller/SiteController.php

+ 0 - 1
ot_admin/Classes/Controller/SiteController.php

@@ -520,7 +520,6 @@ class SiteController extends ActionController
                 ->values([
                     'pid' => $rootUid,
                     'title' => $organization->getName(),
-                    'sitetitle' => $organization->getName(),
                     'root' => 1,
                     'clear' => 3,
                     'config' => "config.frontend_editing = 1",