Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
xmlsitemap_engines
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2008 at 14:21 UTC
Updated:
13 Dec 2008 at 19:31 UTC
There's a typo in line 63:
return _xmlsitemap_engines_engine_hander($op, $type);
Should be: return _xmlsitemap_engines_engine_handler($op, $type);
Comments
Comment #1
ikeizer commentedComment #2
avpadernoComment #3
avpadernoThe code has been rewritten. The issue is now fixed in CVS.