Skip to content
Snippets Groups Projects
Commit c09f04b4 authored by mcramer's avatar mcramer
Browse files

Bugfix: Apache2 plugin uses app->system before including it.

parent c01bd379
No related branches found
No related tags found
No related merge requests found
......@@ -1355,6 +1355,7 @@ class apache2_plugin {
// 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 @@ class apache2_plugin {
} // end class
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment