Fix for #588
This commit is contained in:
parent
06a80db3cc
commit
2097847b7a
|
@ -60,7 +60,7 @@ class pluginStaticPages extends Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get keys of pages
|
// Get keys of pages
|
||||||
foreach($keys as $pageKey) {
|
foreach ($pages as $pageKey) {
|
||||||
// Create the page object from the page key
|
// Create the page object from the page key
|
||||||
$page = buildPage($pageKey);
|
$page = buildPage($pageKey);
|
||||||
$html .= '<li>';
|
$html .= '<li>';
|
||||||
|
|
Loading…
Reference in New Issue