Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
node.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2005 at 20:06 UTC
Updated:
1 Jan 2006 at 14:20 UTC
another blind search and replace regression. Not sure which the desired fix is, so I'll attach 2 patches
| Comment | File | Size | Author |
|---|---|---|---|
| blind.search.replace.patch | 432 bytes | Wesley Tanaka |
Comments
Comment #1
Wesley Tanaka commentedthat first patch assumes nodeapi should have changed to _submit from _execute, which I am actually going to assume is the correct fix since none of the core files seem to have any identifiers ending in _execute anymore. So no second patch. =)
Comment #2
Wesley Tanaka commentedFrom what I can tell by looking at the code, it looks like this bug breaks forums and polls, since those two modules were doing stuff in their _submit hooks. book.module also has a _submit hook, but that doesn't look like it does much.
Comment #3
chx commentedVERY good catch! I search-replaced _execute and #execute but forgot these.
Comment #4
dries commentedCommitted to HEAD. This might fix a number of other bug reports, please check. Thanks.
Comment #5
Wesley Tanaka commentedhttp://drupal.org/node/40520 looks like it might have been a dupe of this as well.
Comment #6
(not verified) commented