Problem/Motivation

Call to undefined function _revision_deletion_get_list() in revision_deletion_cron()

Proposed resolution

Add this line in the .module

require_once dirname(__FILE__) . '/revision_deletion.helpers.inc';

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

None.

Comments

adriancid created an issue. See original summary.

  • adriancid committed 0600c22 on 7.x-1.x
    Issue #3095861 by adriancid: Call to undefined function...
adriancid’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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