1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Small change to theme.xml naming for plugin installation.

This commit is contained in:
CaMer0n
2009-08-31 14:37:24 +00:00
parent d7a50e2647
commit d794790a59
5 changed files with 23 additions and 24 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.39 $
| $Date: 2009-08-28 16:10:57 $
| $Author: marj_nl_fr $
| $Revision: 1.40 $
| $Date: 2009-08-31 14:37:24 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -1028,7 +1028,7 @@ class pluginManager{
$emessage->add($message, $type, $session);
}
function pluginOptions()
function pluginMenuOptions()
{
// $e107 = &e107::getInstance();
@@ -1057,7 +1057,7 @@ class pluginManager{
function plugin_adminmenu()
{
global $pman;
$pman -> pluginOptions();
$pman -> pluginMenuOptions();
}
?>