Can't see that op is used anywhere in the function

function node_form_array($node) {
  $op = isset($_POST['op']) ? $_POST['op'] : '';
CommentFileSizeAuthor
#2 node.module-2.patch629 bytespz
node.module_31.patch554 bytespz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

pz’s picture

Status: Fixed » Reviewed & tested by the community
FileSize
629 bytes

Found another line

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)