Bug #1933 ยป 1933.patch
administrator/components/com_comprofiler/plugin.foundation.php | ||
---|---|---|
$filename = $lang . '.php';
|
||
}
|
||
}
|
||
@include_once( $langPath . '/' . $lang . '/' . $filename );
|
||
include_once( $langPath . '/' . $lang . '/' . $filename );
|
||
} elseif ( $lib == 'cb.plugins' ) {
|
||
// this part is temporary until we refactor those 2 files into the corresponding CB libraries:
|
||
require_once( $_CB_framework->getCfg('absolute_path') . '/administrator/components/com_comprofiler/plugin.class.php' );
|