Skip to content

Commit c09f04b

Browse files
author
mcramer
committed
Bugfix: Apache2 plugin uses app->system before including it.
1 parent c01bd37 commit c09f04b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@ function delete($event_name,$data) {
13551355

13561356
// load the server configuration options
13571357
$app->uses('getconf');
1358+
$app->uses('system');
13581359
$web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
13591360

13601361
$app->system->web_folder_protection($data['new']['document_root'],false);
@@ -2336,4 +2337,4 @@ public function create_relative_link($f, $t) {
23362337

23372338
} // end class
23382339

2339-
?>
2340+
?>

0 commit comments

Comments
 (0)