mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Spelling in comment
This commit is contained in:
parent
8fc527fc07
commit
6e2faf6250
2 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ if(!file_exists("./pageindex.json"))
|
|||
$subpage_parent_filename = "$subpage_parent_key.md";
|
||||
if(array_search($subpage_parent_filename, $existingpages) === false)
|
||||
{
|
||||
// Our parent page doesn't acutally exist - create it
|
||||
// Our parent page doesn't actually exist - create it
|
||||
touch($subpage_parent_filename, 0);
|
||||
// Furthermore, we should add this page to the list of existing pages
|
||||
// in order for it to be indexed
|
||||
|
|
2
core.php
2
core.php
|
@ -327,7 +327,7 @@ if(!file_exists("./pageindex.json"))
|
|||
$subpage_parent_filename = "$subpage_parent_key.md";
|
||||
if(array_search($subpage_parent_filename, $existingpages) === false)
|
||||
{
|
||||
// Our parent page doesn't acutally exist - create it
|
||||
// Our parent page doesn't actually exist - create it
|
||||
touch($subpage_parent_filename, 0);
|
||||
// Furthermore, we should add this page to the list of existing pages
|
||||
// in order for it to be indexed
|
||||
|
|
Loading…
Reference in a new issue