mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Page list function was failing from site navigation.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user