1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Typo fix - fatal error on deleting PM

This commit is contained in:
Moc 2013-05-10 16:14:19 +02:00
parent dbf6c97142
commit fab5911220

View File

@ -311,7 +311,7 @@ class private_message
{
$ret .= str_replace(array('--GOOD--', '--FAIL--'), $aCount, LAN_PM_71).'<br />';
}
$sq->delete('private_msg', 'pm_id = '.$pmid);
$sql->delete('private_msg', 'pm_id = '.$pmid);
}
else
{