mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +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
|
else
|
||||||
{
|
{
|
||||||
$mes->add('Userclass: '.$name.' left in place'.$name, $status);
|
$mes->add('Userclass: '.$name.' left in place', $status);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@@ -2110,7 +2110,7 @@ class e107plugin
|
|||||||
}
|
}
|
||||||
else
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user