mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
renamed function.
This commit is contained in:
parent
4140886c29
commit
e8d4a4fec2
@ -33,7 +33,7 @@ class download_sitelink // include plugin-folder in the name.
|
||||
|
||||
$links[] = array(
|
||||
'name' => "Download Categories",
|
||||
'function' => "myCategories"
|
||||
'function' => "categories"
|
||||
);
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ class download_sitelink // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
function myCategories()
|
||||
function categories()
|
||||
{
|
||||
$sql = e107::getDb();
|
||||
$tp = e107::getParser();
|
||||
@ -78,7 +78,7 @@ class download_sitelink // include plugin-folder in the name.
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return $sublinks;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user