Closed (fixed)
Project:
Meta tags Node Type
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 22:19 UTC
Updated:
17 Jun 2008 at 01:24 UTC
That you for this module! I'm going to use the hook_nodewords() you've defined to build meta data based on path.
That said, I've uncovered a small bug:
if ( $type == 'node' && (!isset($tags['descriptioin']) || empty($tags['descriptioin'])) && count($ids) == 1) {
Should read:
if ( $type == 'node' && (!isset($tags['description']) || empty($tags['description'])) && count($ids) == 1) {
Comments
Comment #1
hanoiiCommited, thanks!
a.=
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.