Closed (fixed)
Project:
SiteMenu
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Apr 2005 at 00:16 UTC
Updated:
28 Apr 2005 at 17:15 UTC
Line 188 your module make a call to comment_num_all without previously checking if comment module was available.
So when you access Site map you get a general error.
Comments
Comment #1
kbahey commentedNice catch.
Fixed in CVS, 4.6, and 4.5.
Comment #2
tostinni commentedGreat, just watch out your editor indentation, there's a tab before
if (module_exist('comment')) {.Comment #3
(not verified) commented