mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
feture-recent-changes: fix typo
This commit is contained in:
parent
0ff5ab20ec
commit
d977d594e6
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "Recent Changes",
|
"name" => "Recent Changes",
|
||||||
"version" => "0.5.1",
|
"version" => "0.5.2",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Adds recent changes. Access through the 'recent-changes' action.",
|
"description" => "Adds recent changes. Access through the 'recent-changes' action.",
|
||||||
"id" => "feature-recent-changes",
|
"id" => "feature-recent-changes",
|
||||||
|
@ -101,7 +101,7 @@ register_module([
|
||||||
http_response_code(406);
|
http_response_code(406);
|
||||||
header("content-type: text/plain");
|
header("content-type: text/plain");
|
||||||
header("content-length: 42");
|
header("content-length: 42");
|
||||||
exit("Error: That format code wasnot recognised.");
|
exit("Error: That format code was not recognised.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue