Closed (fixed)
Project:
DART
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2011 at 03:35 UTC
Updated:
2 Mar 2011 at 05:09 UTC
Jump to comment: Most recent file
I received an email from Oleg with the following bug report:
Hi,
We're using your Dart module, and I just spent a ton of time trying to figure out one particular hook bug.
hook_dart_tag_alter was only called for one of the ads on the page, not for all of them.
Here's the code change that fixed the problem. In dart.module these lines should be inside the loop just a couple of lines above:
249 | // Give other modules the opportunity to add infrmation to the tag.
250 | drupal_alter('dart_tag', $tag);
thanks for your code, man!
Oleg
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hook_alter.patch | 501 bytes | bleen |
Comments
Comment #1
bleen commentedAttached is a patch based on the suggestions of Oleg
Comment #2
bleen commentedI just went ahead and committed this