Skip to content
Snippets Groups Projects
Commit e28c5262 authored by Alex Barth's avatar Alex Barth
Browse files

Fix comment.

parent d657c7f0
No related branches found
No related tags found
No related merge requests found
...@@ -259,8 +259,8 @@ function feeds_nodeapi(&$node, $op, $form) { ...@@ -259,8 +259,8 @@ function feeds_nodeapi(&$node, $op, $form) {
switch ($op) { switch ($op) {
case 'validate': case 'validate':
// On validation stage we are working with a FeedsSource object that is // 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 // not tied to a nid - when creating a new node there is no
// this stage. // $node->nid at this stage.
$source = feeds_source($importer_id); $source = feeds_source($importer_id);
// Node module magically moved $form['feeds'] to $node->feeds :P // Node module magically moved $form['feeds'] to $node->feeds :P
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment