You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
"Test wiki on [[ $server$serverPath | Patch demo ]] " . ( $creator ? ' by ' . $creator : '' ) . " using patch(es) linked to this task was **deleted**:\n" .
353
+
"Test wiki on [[ $serverUri | Patch demo ]] " . ( $creator ? ' by ' . $creator : '' ) . " using patch(es) linked to this task was **deleted**:\n" .
344
354
"\n" .
345
-
"~~[[ $server$serverPath/wikis/$wiki/w/ ]]~~"
355
+
"~~[[ $serverUri/wikis/$wiki/w/ ]]~~"
346
356
);
347
357
}
348
358
@@ -355,7 +365,7 @@ function delete_wiki( string $wiki ): int {
355
365
$stmt->execute();
356
366
$stmt->close();
357
367
358
-
return$error;
368
+
return$mysqli->error ?: null;
359
369
}
360
370
361
371
$requestCache = [];
@@ -478,7 +488,14 @@ function get_repo_presets(): array {
0 commit comments