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:
parent
5940161334
commit
fd35083546
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user