line 44:
include drupal_get_path('module', 'user_prune') . '/user_prune_admin.inc';

this is not the correct name of the file.

thanks

CommentFileSizeAuthor
#1 include.patch777 bytesjensu

Comments

jensu’s picture

StatusFileSize
new777 bytes

I was about to report the same thing. My patch is attached.

Erco’s picture

I believe the correct linne 44 syntax is:
module_load_include('admin.inc', 'user_prune', 'user_prune');

archard’s picture

Status: Active » Fixed

Apologies for the delay. The bug is fixed in the latest version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.