line 44:
include drupal_get_path('module', 'user_prune') . '/user_prune_admin.inc';
this is not the correct name of the file.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | include.patch | 777 bytes | jensu |
line 44:
include drupal_get_path('module', 'user_prune') . '/user_prune_admin.inc';
this is not the correct name of the file.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | include.patch | 777 bytes | jensu |
Comments
Comment #1
jensu commentedI was about to report the same thing. My patch is attached.
Comment #2
Erco commentedI believe the correct linne 44 syntax is:
module_load_include('admin.inc', 'user_prune', 'user_prune');
Comment #3
archard commentedApologies for the delay. The bug is fixed in the latest version.