Reviewed & tested by the community
Project:
RootCandy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2012 at 10:34 UTC
Updated:
15 Nov 2012 at 16:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
sign commentedCan't reproduce,
can you give me some more info?
What links if any, etc...?
Comment #2
b-prod commentedIn the function
rootcandy_preprocess_page(), the$rootcandy_navigationvariable may be an empty string, according to the stored settings.If so, this empty string is passed to the theme
links__rc_main_navigationand causes issue in therootcandy_links__rc_main_navigation()function, that does not take care of such case and always expects an array of links.Comment #3
jhr commentedI was getting the same warnings. Used #2 patched, no more warnings.
Comment #4
b-prod commentedSet issue as RTBC, according to jhr.