mcramer
2012-06-28 c09f04b45a61b3f6f137c3de357423ac71eacc87
Bugfix: Apache2 plugin uses app->system before including it.

1 files modified
3 ■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 3 ●●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -1355,6 +1355,7 @@
        // load the server configuration options
        $app->uses('getconf');
        $app->uses('system');
        $web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
        
        $app->system->web_folder_protection($data['new']['document_root'],false);
@@ -2336,4 +2337,4 @@
} // end class
?>
?>