mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Cosmetic change to success message when leaving userclass in place after removing a plugin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user