Bug #20951 » 0011818_v2.diff
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]);
|
||
}
|
- « Previous
- 1
- 2
- Next »