# 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 @@ -100,7 +100,7 @@ $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' );