mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 09:20:28 +02:00
Fix for pull-request syntax error.
This commit is contained in:
@@ -886,7 +886,7 @@ class private_msg_ui extends e_admin_ui
|
|||||||
|
|
||||||
if(empty($new_data['pm_to']))
|
if(empty($new_data['pm_to']))
|
||||||
{
|
{
|
||||||
e107::getMessage()->addError(ADLAN_PM_90');
|
e107::getMessage()->addError(ADLAN_PM_90);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user