Fixed Typo in exception

refael

Well-known member
Licensed customer
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
 
Yeah, we noticed that shortly after release of course. It's been fixed. Thanks! :)
 
Back
Top Bottom