Hi,
Just stumbled across this. The following path should be updated in this module's implementation of HOOK_HELP:
case 'admin/settings/upload'
should be...
case 'admin/settings/uploads'
With this amendment the help text appears.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 969252-upload-help-path-D6.patch | 2.49 KB | dave reid |
| #1 | 969252-upload-help-path-D6.patch | 2.46 KB | dave reid |
Comments
Comment #1
dave reidThat's pretty funny that we haven't noticed that for so long. Patch for review against 6.x-1.x-dev.
For an additional lol, we were linking to the admin/settings/types page, which was moved to admin/content/types in D6...
Comment #2
dave reidWe should also link to the upload section in the permissions page rather than making the user scroll. This does not change any translation strings.
Comment #3
sivaji_ganesh_jojodae commentedPatch #2 looks good, applies cleanly and really no brainier. Marking RTBC.
Comment #4
gábor hojtsyLooks good, thanks, committed. Drupal 7 has no upload.module so not applicable there.