1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Merge pull request #1865 from yesszus/patch-26

Issue #6 Some corrections
This commit is contained in:
Cameron
2016-09-17 10:46:49 -07:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ class pm_extended extends private_message
}
else
{
return "<div class='alert alert-danger'>User Not Found</div>";
return "<div class='alert alert-danger'>".LAN_PM_115."</div>";
}
}
//echo "Show_send: {$to_uid} from {$pm_info['from_name']} is happening<br />";
@@ -775,7 +775,7 @@ if($message != '')
switch ($action)
{
case 'send' :
$ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PM_35). $mes->render() . $pm->show_send($pm_proc_id));
$ns->tablerender(LAN_PM, $pm->breadcrumb(LAN_PLUGIN_PM_NEW). $mes->render() . $pm->show_send($pm_proc_id));
break;
case 'reply' :
@@ -825,4 +825,4 @@ switch ($action)
require_once(FOOTERF);
exit;
?>
?>