# 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/admin.comprofiler.html.php +++ administrator/components/com_comprofiler/admin.comprofiler.html.php @@ -2237,10 +2237,10 @@ $link = $_CB_framework->backendUrl( "index.php?option=com_comprofiler&task=editPlugin&cid=$row->id" ); //Access - if ( !$row->access ) { + if ( ( ! $row->access ) || ( ( checkJversion() == 2 ) && ( $row->access == 1 ) ) ) { $color_access = 'style="color: green;"'; $task_access = 'accessregistered'; - } else if ( $row->access == 1 ) { + } else if ( ( $row->access == 1 ) || ( ( checkJversion() == 2 ) && ( $row->access == 2 ) ) ) { $color_access = 'style="color: red;"'; $task_access = 'accessspecial'; } else {