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" .
359
+
"Test wiki on [[ $serverUri | Patch demo ]] " . ( $creator ? ' by ' . $creator : '' ) . " using patch(es) linked to this task was **deleted**:\n" .
350
360
"\n" .
351
-
"~~[[ $server$serverPath/wikis/$wiki/w/ ]]~~"
361
+
"~~[[ $serverUri/wikis/$wiki/w/ ]]~~"
352
362
);
353
363
}
354
364
@@ -361,7 +371,7 @@ function delete_wiki( string $wiki ): int {
361
371
$stmt->execute();
362
372
$stmt->close();
363
373
364
-
return$error;
374
+
return$mysqli->error ?: null;
365
375
}
366
376
367
377
$requestCache = [];
@@ -484,7 +494,14 @@ function get_repo_presets(): array {
0 commit comments