[drupal-devel] [bug] Bad POST check in xmlrpcs.inc
chx
drupal-devel at drupal.org
Sun Aug 14 18:29:46 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: chx
-Status: patch (code needs review)
+Status: patch (ready to be committed)
Attachment: http://drupal.org/files/issues/xmlrpcs_typo.patch (568 bytes)
This is a trivial patch and the code is good. Yet it was made from
includes/ not drupal/ so I rerolled it.
chx
Previous comments:
------------------------------------------------------------------------
Sun, 14 Aug 2005 17:46:23 +0000 : Malthus
Attachment: http://drupal.org/files/issues/patch_6.txt (342 bytes)
Typo which makes the check always pass.
- if (!data) {
+ if (!$data) {
More information about the drupal-devel
mailing list