Typo which makes the check always pass.

- if (!data) {
+ if (!$data) {

CommentFileSizeAuthor
#1 xmlrpcs_typo.patch568 byteschx
patch_6.txt342 bytesMalthus

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new568 bytes

This is a trivial patch and the code is good. Yet it was made from includes/ not drupal/ so I rerolled it.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD, DRUPAL-4-6 and DRUPAL-4-5. Thanks.

noid’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)