From 71c99bb213636a7b5956cd4b0c10d3dacc724556 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Jun 2004 10:10:11 +0000 Subject: - Patch #8619 by TDobes: fixed typo in watchdog message. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index afd41f23b..5f36d0198 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1479,7 +1479,7 @@ function node_submit($node) { if (node_access('create', $node)) { $node->nid = node_save($node); - watchdog('special', t('%node-type: added "%node-title"', array('%node-type' => t("$node->type"), '%node->title' => $node->title)), l(t('view post'), "node/$node->nid")); + watchdog('special', t('%node-type: added "%node-title"', array('%node-type' => t("$node->type"), '%node-title' => $node->title)), l(t('view post'), "node/$node->nid")); $msg = t('your %name was created.', array ('%name' => node_invoke($node, 'node_name'))); } } -- cgit v1.2.3