Closed (fixed)
Project:
Textfield to slider
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 21:57 UTC
Updated:
26 Dec 2008 at 19:23 UTC
Thanks for making this module. The idea of using sldiers for numerical values makes a lot of sense. I'm glad this is now readily available in Drupal.
Initially installation of the 5.x version of this module produces this error.
"Missing argument 2 for slider_textfield_help() in /var/www/library/sites/all/modules/slider_textfield/slider_textfield.module on line 13."
However, the above error is fixed by changing line 13:
function slider_textfield_help($path, $arg) {
to
function slider_textfield_help($path, $arg=array()) {
Comments
Comment #1
skilip commentedThanks! I'll commit this asap.
Comment #2
skilip commentedComment #3
ianchan commentedThanks for fixing!