Here there is an error
PHP Warning: current() expects parameter 1 to be array, null given in /oc-content/plugins/simple_item_moderation/email.php on line 19, referer: oc-admin/index.php?page=items
$content = array();
$locale = osc_current_user_locale();
if (isset($aPage['locale'][$locale]['s_title'])) {
$content = $aPage['locale'][$locale];
} else {
$content = current($aPage['locale']);
}
PHP Warning: current() expects parameter 1 to be array, null given in /oc-content/plugins/simple_item_moderation/email.php on line 74, referer: oc-admin/index.php?page=items
$content = array();
$locale = osc_current_user_locale();
if (isset($aPage['locale'][$locale]['s_title'])) {
$content = $aPage['locale'][$locale];
} else {
$content = current($aPage['locale']);
}