Skip to content

Commit

Permalink
Update dist-persist/wbstack/src/Internal/ApiWbStackInit.php
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
  • Loading branch information
deer-wmde and m90 authored Apr 10, 2024
1 parent 2926af0 commit 355a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-persist/wbstack/src/Internal/ApiWbStackInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getAllowedParams() {

public function initMainPage() {
$user = WbStackPlatformReservedUser::getUser();
$comment = \CommentStoreComment::newUnsavedComment('(automated) add example content');
$comment = \CommentStoreComment::newUnsavedComment( '(automated) add default content' );

$title = \Title::newMainPage();
$page = new \WikiPage($title);
Expand Down

0 comments on commit 355a97e

Please sign in to comment.