mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +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();
|
$sql = e107::getDb();
|
||||||
$arr = array();
|
$arr = array();
|
||||||
|
Reference in New Issue
Block a user