mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Update function calls where moved from e107_class.php to iphandler_class.php
This commit is contained in:
@@ -70,7 +70,7 @@ if(isset($_POST['chat_submit']) && $_POST['cmessage'] != '')
|
||||
else
|
||||
{
|
||||
$datestamp = time();
|
||||
$ip = $e107->getip();
|
||||
$ip = e107::getIPHandler()->getIP(FALSE);
|
||||
if(USER)
|
||||
{
|
||||
$nick = USERID.".".USERNAME;
|
||||
|
Reference in New Issue
Block a user