If this module is used in an environment with the module i18n_node present but disabled, it will be enabled.

I suppose the following code in prevnext.module:

if (module_enable(array('i18n_node'))) {

was supposed to be something like:

if (module_exists('i18n_node')) {
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcoscano created an issue. See original summary.

marcoscano’s picture

Assigned: marcoscano » Unassigned
Status: Active » Needs review
FileSize
525 bytes

Patch attached

  • marcoscano authored 194f8c2 on 7.x-1.x
    Issue #2731923 by marcoscano: Module enables i18n_node if disabled
    
bmeme’s picture

Status: Needs review » Fixed

Added to 7.x.1.2 version of module.
Thx to @marcoscano

bmeme’s picture

bmeme’s picture

Status: Fixed » Closed (fixed)