For some reason we have a drupal_add_js() call with array('type' => 'setting', 'scope' => JS_DEFAULT), but type 'setting' doesn't use any options (besides, JS_DEFAULT doesn't seem to be valid for 'scope').
For some reason we have a drupal_add_js() call with array('type' => 'setting', 'scope' => JS_DEFAULT), but type 'setting' doesn't use any options (besides, JS_DEFAULT doesn't seem to be valid for 'scope').
Comments
Comment #1
mooffie commentedFixed.
http://drupal.org/cvs?commit=468186