Line 339 in hide_submit.module:
$selecter .= check_plain('[value!='. t('Save As Draft') .']');
should be:
$selector .= check_plain('[value!='. t('Save As Draft') .']');
This means that automatic conflict resolving for Draft module have not been used at all.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VladSavitsky’s picture

This is the patch attached to post.

VladSavitsky’s picture

Assigned: Unassigned » VladSavitsky
Optalgin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -typo

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