Project

General

Profile

Bug #1933 ยป 1933.patch

krileon, 20 October 2010 19:27

View differences:

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' );
    (1-1/1)