[drupal-devel] [bug] Bad POST check in xmlrpcs.inc
Malthus
drupal-devel at drupal.org
Sun Aug 14 17:46:30 UTC 2005
Issue status update for
http://drupal.org/node/28861
Post a follow up:
http://drupal.org/project/comments/add/28861
Project: Drupal
Version: cvs
Component: other
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: Malthus
Updated by: Malthus
Status: patch (code needs review)
Attachment: http://drupal.org/files/issues/patch_6.txt (342 bytes)
Typo which makes the check always pass.
- if (!data) {
+ if (!$data) {
Malthus
More information about the drupal-devel
mailing list