From e28c5262c833938aea375f45b9851bc0910712f4 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sat, 19 Jun 2010 20:34:31 +0000 Subject: [PATCH] Fix comment. --- feeds.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds.module b/feeds.module index a0317477..67f364a4 100644 --- a/feeds.module +++ b/feeds.module @@ -259,8 +259,8 @@ function feeds_nodeapi(&$node, $op, $form) { switch ($op) { case 'validate': // On validation stage we are working with a FeedsSource object that is - // not tied to a nid - when creating a new node there is $node->nid at - // this stage. + // not tied to a nid - when creating a new node there is no + // $node->nid at this stage. $source = feeds_source($importer_id); // Node module magically moved $form['feeds'] to $node->feeds :P -- GitLab