Bug #2270 » 2270a.patch
administrator/components/com_comprofiler/library/cb/cb.installer.php | ||
---|---|---|
$row->folder = $subFolder;
|
||
$row->backend_menu = $backendMenu;
|
||
$row->iscore = 0;
|
||
$row->access = 0;
|
||
if ( checkJversion() == 2 ) {
|
||
$row->access = 1;
|
||
} else {
|
||
$row->access = 0;
|
||
}
|
||
$row->client_id = 0;
|
||
$row->element = $this->elementSpecial();
|
||
|