Index: components/com_comprofiler/plugin/user/plug_cbprofilegallery/cb.profilegallery.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- components/com_comprofiler/plugin/user/plug_cbprofilegallery/cb.profilegallery.php +++ components/com_comprofiler/plugin/user/plug_cbprofilegallery/cb.profilegallery.php @@ -1627,7 +1627,7 @@ $user->cb_pgshortgreeting = cbUnEscapeSQL($cb_pgshortgreeting); // Enable Gallery: - if ($tabparams["pgallowuserenable"]=="1" || $ui==2 || isModerator) { + if ($tabparams["pgallowuserenable"]=="1" || $ui==2 || $isModerator) { $cb_pgenable = cbGetParam($_POST, "cb_pgenable", null); if ($cb_pgenable) { $user->cb_pgenable = $cb_pgenable; \ No newline at end of file