I just upgraded YUI to 5.x-2.4-rc1, and there's no longer a settings form for the YUI common controls. This worked in the previous release.
I just upgraded YUI to 5.x-2.4-rc1, and there's no longer a settings form for the YUI common controls. This worked in the previous release.
Comments
Comment #1
Steve Dondley commentedDitto.
Comment #2
Steve Dondley commentedLooks to me like d5 module is using d6 api for hook_menu. Sigh.
Here's what it should look like
Comment #3
Steve Dondley commentedOops, forgot the function args. first line should look like this:
function yui_menu($may_cache) {
Comment #4
bakyildiz commentedMany thanks. Had a version mismatch. Should be fixed on rc2.