From 6e2147de3e9a4417cc71fc68c1d546a70c6fdd2f Mon Sep 17 00:00:00 2001 From: Paul Bryan-Smith Date: Thu, 22 Oct 2015 14:48:38 +0100 Subject: [PATCH 1/2] Correct spelling mistake --- core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core.php b/core.php index d25dbe7..3029635 100644 --- a/core.php +++ b/core.php @@ -139,7 +139,7 @@ function glob_recursive($pattern, $flags = 0) } /* - * @summary Gets a list of all the sub pagess of the current page. + * @summary Gets a list of all the sub pages of the current page. * * @param $pageindex - The pageindex to use to search. * @param $pagename - The name of the page to list the sub pages of. @@ -361,8 +361,8 @@ class page_renderer {navigation-bar-bottom} From b2df357c0884601f348931d588a931b533070f94 Mon Sep 17 00:00:00 2001 From: Paul Bryan-Smith Date: Thu, 22 Oct 2015 14:50:52 +0100 Subject: [PATCH 2/2] Correct windows dev start script --- start-server.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-server.bat b/start-server.bat index 9f1d0dd..731fcab 100644 --- a/start-server.bat +++ b/start-server.bat @@ -1 +1 @@ -php -S [::]:4569 +php -S [::]:4569 -t build \ No newline at end of file