1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

db_Query needs to be public for now. menu_class and plugin manager now use loadLanFiles()

This commit is contained in:
CaMer0n
2009-09-10 15:24:57 +00:00
parent 5be62389c8
commit 83a50ef2d3
4 changed files with 34 additions and 38 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.41 $
| $Date: 2009-09-02 17:45:02 $
| $Revision: 1.42 $
| $Date: 2009-09-10 15:24:57 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -750,8 +750,11 @@ class pluginManager{
$text = "";
foreach($pluginList as $plug)
{
{
e107::loadLanFiles($plug['plugin_path'],'admin');
$_path = e_PLUGIN.$plug['plugin_path'].'/';
$plug_vars = false;
$plugin_config_icon = "";