that is a change for importConfig method. That would allow to import different configs, without removing old ones. 532c532,536 < $conf = array(); --- > global $conf; > > if (!isset($conf)) > $conf = array(); >