unnecessary call to menu_rebuild()
kiamlaluno - July 27, 2008 - 15:15
| Project: | Blog Add-ons |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Chajecki |
| Status: | active |
Jump to:
Description
menu_rebuild() is being called from the function function blog_addons_settings() which is not necessary. If it's really necessary, it would be better to call it in the submit function, after it's clear the settings are really changed.

#1
Thanks. WIll be removed in the next release.