Closed (won't fix)
Project:
Views Alpha Pager
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2007 at 01:41 UTC
Updated:
3 Feb 2013 at 16:17 UTC
When trying to view the settings page PHP is spitting PHP Warning: Missing argument 2 for system_settings_form(), called in /var/www/vhosts/drupal-47/modules/views_alpha_pager/views_alpha_pager.module on line 23 and defined in /var/www/vhosts/drupal-47/modules/system.module on line 747
Suggested change:
function views_alpha_pager_settings() {
$form['views_alpha_pager_ignore'] = array(
'#type' => 'textfield',
'#title' => t('Ignore Leading Words'),
'#default_value' => variable_get('views_alpha_pager_ignore', t('a the and')),
'#description' => t('When sorting, ignore leading common words'),
);
return system_settings_form('views_alpha_pager_settings_form', $form);
}
Comments
Comment #1
pomliane commentedThis version of Views Alpha Pager is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.