Commit f0d41594 authored by Franco Fichtner's avatar Franco Fichtner

crash reporter: 'lagg' access fix

parent 6fa41b8c
......@@ -28,8 +28,9 @@
require_once("guiconfig.inc");
if (!is_array($config['laggs']['lagg']))
if (!isset($config['laggs']['lagg'])) {
$config['laggs']['lagg'] = array();
}
$a_laggs = &$config['laggs']['lagg'] ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment