Skip to content
Snippets Groups Projects
Unverified Commit 8a61c28b authored by Helmo's avatar Helmo
Browse files

Fix undefined $conf, #6406

parent 20a04da2
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,8 @@ class installer_base { ...@@ -246,6 +246,8 @@ class installer_base {
//** Check prerequisites //** Check prerequisites
public function check_prerequisites() { public function check_prerequisites() {
global $conf;
$msg = ''; $msg = '';
if ($conf['default_php'] != '') { if ($conf['default_php'] != '') {
......
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