Fixed Typo in exception

refael

Well-known member
DataWriter.php
PHP:
if (empty($fieldData['unsafe']) && XenForo_Helper_Php::serializedContainsObject($value))
{
    throw new XenForo_Exception("Serialized value contains an object and this is now allowed");
}
now allowed => not allowed
 
Top Bottom