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

Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected.

This commit is contained in:
Cameron
2015-06-26 20:24:53 -07:00
parent 78b904924a
commit f2116a5d24
10 changed files with 32 additions and 28 deletions

View File

@@ -316,7 +316,9 @@ class private_message
}
if ($aCount[0] || $aCount[1])
{
$ret .= str_replace(array('--GOOD--', '--FAIL--'), $aCount, LAN_PM_71).'<br />';
// $ret .= str_replace(array('--GOOD--', '--FAIL--'), $aCount, LAN_PM_71).'<br />';
$ret .= e107::getParser()->lanVars(LAN_PM_71, $aCount);
}
$sql->delete('private_msg', 'pm_id = '.$pmid);
}