From 0a5ec93496168164c189d66def1d2c9728d1dc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 24 Apr 2007 15:53:53 +0000 Subject: #76588: Small fixes after that patch landed - typo fix in watchdog() phpdoc - add a missing array() on a watchdog call in ping.module - handle NULL 'variables' value in syslog module Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository. --- modules/ping/ping.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ping/ping.module') diff --git a/modules/ping/ping.module b/modules/ping/ping.module index 025b5da17..1e119993c 100644 --- a/modules/ping/ping.module +++ b/modules/ping/ping.module @@ -52,7 +52,7 @@ function ping_ping($name = '', $url = '') { $result = xmlrpc('http://rpc.pingomatic.com', 'weblogUpdates.ping', $name, $url); if ($result === FALSE) { - watchdog('directory ping', 'Failed to notify pingomatic.com (site).', WATCHDOG_WARNING); + watchdog('directory ping', 'Failed to notify pingomatic.com (site).', array(), WATCHDOG_WARNING); } } -- cgit v1.2.3