tbrehm
2013-03-20 352506f2819d1e6dfdb5f3b929cf63bd803acb05
Removed plugin-core functions.
2 files modified
6 ■■■■ changed files
server/lib/classes/plugins.inc.php 2 ●●● patch | view | raw | blame | history
server/server.php 4 ●●●● patch | view | raw | blame | history
server/lib/classes/plugins.inc.php
@@ -43,7 +43,7 @@
        global $app,$conf;
        $subPath = 'plugins-enabled';
        if ($type == 'core') $subPath = 'plugins-core';
        //if ($type == 'core') $subPath = 'plugins-core';
        
        $plugins_dir = $conf['rootpath'].$conf['fs_div'].$subPath.$conf['fs_div'];
        $tmp_plugins = array();
server/server.php
@@ -193,8 +193,8 @@
    $app->uses('modules,plugins,file,services');
    // Load the modules that are im the mods-core folder
    $app->modules->loadModules('core');
    // Load the plugins that are in the plugins-core folder
    $app->plugins->loadPlugins('core');
    // Load the plugins that are in the f folder
    //$app->plugins->loadPlugins('core');
}