In login_redirect.module starting on line 39:
$variables['items'] = array(
l(t('Enable the module'), 'admin/modules'),
l(t('Configure the module'), 'admin/login_redirect/settings'),
l(t('Enable the module'), 'admin/modules'),
l(t('Configure the module'), 'admin/login_redirect/settings'),
should be:
$variables['items'] = array(
l(t('Enable the module'), 'admin/modules'),
l(t('Configure the module'), 'admin/config/system/login_redirect'),
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | login_redirect-fix_admin_settings-1788404-5.patch | 903 bytes | forestmars |
| #4 | login_redirect-fix_admin_settings-1788404-4.patch | 891 bytes | forestmars |
| #2 | login_redirect-fix_admin_settings-1788404-2.patch | 891 bytes | forestmars |
| #1 | login_redirect-fix_admin_settings-1788404-2.patch | 891 bytes | forestmars |
Comments
Comment #1
forestmars commentedpatch.
Comment #2
forestmars commentedComment #3
forestmars commented(Setting to needs review.)
Comment #4
forestmars commentedComment #5
forestmars commentedtest bot?
Comment #6
Jeffrey C. commentedThank you. Will review it as soon as possible then fix it.
Comment #7
Jeffrey C. commentedHello,
For some reason the testbot is not working. Can you please make sure your patch works so later this month when I have time to look into this the time will be minimized? Thanks.
Comment #9
forestmars commentedAh, testbot is back. I'll reroll.
Comment #10
Jeffrey C. commentedThanks. I'll make sure this bug gets fixed by this weekend.
Comment #11
Jeffrey C. commentedFixed in the latest commit: 6ba48b7. Will make it a release. Thanks again for contributing!