Posted by birwel on July 28, 2009 at 6:55pm
Jump to:
| Project: | User Comment |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
It is just that on every page load usercomment_access_check and usercomment_menu_access are always called.
Maybe this is a performance issue that should be fixed.
Comments
#1
This seems to have been fixed at some point between beta and 2.x dev. usercoment_access_check() is only called when dealing with comments (as it should), and the other function doesn't even exist anymore.