# 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/plugin.foundation.php +++ administrator/components/com_comprofiler/plugin.foundation.php @@ -2094,14 +2103,14 @@ break; case 'hits': case 'vote': - if ( checkJversion() == 1 ) { + if ( checkJversion() >= 1 ) { $contentConfig = &JComponentHelper::getParams( 'com_content' ); return $contentConfig->get( 'show_' . $config ); } break; case 'dirperms': case 'fileperms': - if ( checkJversion() == 1 ) { + if ( checkJversion() >= 1 ) { return ''; //TBD: these two missing configs should one day go to CB } break;