Index: abuse/abuse.module =================================================================== --- abuse/abuse.module (revision 1556) +++ abuse/abuse.module (working copy) @@ -938,7 +938,7 @@ function _abuse_set_status($type, $oid, function _abuse_allow($type, $oid) { $object = _abuse_load($type, $oid); $account = user_load(array('uid' => $object->uid, 'status' => 1)); - if ($account->uid) { + if ( ($account->uid) || ($account->uid === "0") ) { // Re-Save the node so it can get indexed if not already done so and any other important functionality is carried out by being published switch ($type) { case 'node':