Needs review
Project:
Featured Content Slider
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2010 at 09:39 UTC
Updated:
29 Jul 2011 at 09:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
sudeepg commentedThanks webtiq. Let me check that and get back to you.
Comment #2
jose.cely commentedHi, i make and small hack to the code
by:
And this warning disapear for me...
Comment #3
webtiq commentedThanks. Actually, I solved it quickly after posting. I did something like that but I completely removed $delta from arguments of the function and the warning disappeared. Everything is still working well since.
Comment #5
isacar commentedjose.cely's solution worked for me. Thanks!
Comment #6
c4rl commentedHacking a module isn't a criterion for marking this issue as "fixed." Please provide a patch so that it can be contributed back to the codebase.
Comment #7
fuerst commentedSolved it by removing the
$deltaparameter fromcontent_slider_load_nodes()which is not used in this function.