summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 56dbd2d2e..f9ea17b38 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1085,7 +1085,7 @@ function node_submit($node) {
taxonomy_node_save($nid, $node->taxonomy);
}
- watchdog("special", "$node->type: updated '$node->title'");
+ watchdog("special", "$node->type: updated '$node->title'", l("view post", array("id" => $node->nid)));
$output = t("The node has been updated.");
}
}
@@ -1127,7 +1127,7 @@ function node_submit($node) {
taxonomy_node_save($nid, $node->taxonomy);
}
- watchdog("special", "$node->type: added '$node->title'");
+ watchdog("special", "$node->type: added '$node->title'", l("view post", array("id" => $nid)));
$output = t("Thanks for your submission.");
}
}