# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/library/cb/cb.installer.php +++ administrator/components/com_comprofiler/library/cb/cb.installer.php @@ -726,7 +726,11 @@ $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();