1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Page list function was failing from site navigation.

This commit is contained in:
Cameron 2017-10-03 11:11:01 -07:00
parent 5940161334
commit fd35083546

View File

@ -103,7 +103,7 @@ class page_sitelink // include plugin-folder in the name.
}
private function pageList($parm)
public function pageList($parm)
{
$sql = e107::getDb();
$arr = array();