Project

General

Profile

Bug #20951 » 0011818_v2.diff

Administrator Admin, 2009-08-31 15:10

View differences:

mod/tools/em/class.em_index.php (Arbeitskopie)
* @return array EMconf array values.
*/
function includeEMCONF($path,$_EXTKEY) {
@include($path);
if (is_readable($path)) {
include($path);
}
if(is_array($EM_CONF[$_EXTKEY])) {
return $this->fixEMCONF($EM_CONF[$_EXTKEY]);
}
(2-2/2)