error with serendipity_event_entrypaging

Found a bug? Tell us!!
Post Reply
ju
Regular
Posts: 50
Joined: Wed Oct 01, 2008 4:27 pm

error with serendipity_event_entrypaging

Post by ju »

I noticed the following error-message recently:

Warning: sprintf() [function.sprintf]: Too few arguments in /var/www/s9y/plugins/serendipity_event_entrypaging/serendipity_event_entrypaging.php on line 254

version: 1.37
Serendipity 1.4.1, PHP 5.2.6-1+lenny2

line 254 is:

Code: Select all

                $eventData[0]['add_footer'] .= sprintf('</div><div class="serendipity_entrypaging">' . $randomlink . implode(' <span class="epicon">|</span> ', $links) . '</div><div>');
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: error with serendipity_event_entrypaging

Post by garvinhicking »

Hi!

Thanks a lot. This should be fixed in 1.38, I just committed a fix. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply