Skip to content

Commit

Permalink
[BUGFIX] Adjust naming of template
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenmalling committed Nov 9, 2018
1 parent 0c8a963 commit c807130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/TypoScript/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function addSiteConfiguration(&$hookParameters, $templateService)
'nextLevel' => 0,
'static_file_mode' => 1,
'tstamp' => filemtime($setupFile),
'uid' => 'sys_bolt_' . $package->getPackageKey(),
'uid' => 'autosite_' . $package->getPackageKey(),
'title' => $package->getPackageKey(),
// make this the root template
'root' => !$hasRootTemplate
Expand Down

0 comments on commit c807130

Please sign in to comment.