Skip to content

Commit 8a61c28

Browse files
committed
Fix undefined $conf, #6406
1 parent 20a04da commit 8a61c28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ public function find_installed_apps() {
246246

247247
//** Check prerequisites
248248
public function check_prerequisites() {
249+
global $conf;
250+
249251
$msg = '';
250252

251253
if ($conf['default_php'] != '') {

0 commit comments

Comments
 (0)