diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index f1ac7a6f3..d37c8299e 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -2045,7 +2045,7 @@ class e107plugin } else { - $mes->add('Userclass: '.$name.' left in place'.$name, $status); + $mes->add('Userclass: '.$name.' left in place', $status); } break; @@ -2110,7 +2110,7 @@ class e107plugin } else { - $mes->add('Extended Field: '.$name.' left in place'.$name, E_MESSAGE_SUCCESS); + $mes->add('Extended Field: '.$name.' left in place', E_MESSAGE_SUCCESS); } break; }