Browse Source

fix the site:create command

Olivier Massot 2 years ago
parent
commit
243979733b
1 changed files with 0 additions and 1 deletions
  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",