Download & Extend

unnecessary call to menu_rebuild()

Project:Blog Add-ons
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Chajecki
Status:active

Issue Summary

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.

Comments

#1

Assigned to:Anonymous» Chajecki

Thanks. WIll be removed in the next release.