summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-04-24 15:53:53 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-04-24 15:53:53 +0000
commit0a5ec93496168164c189d66def1d2c9728d1dc47 (patch)
treedccd3e5e10147d155226874fe2653d0d840a6982 /includes
parent9a6099c234d65989b7d912cba8bb6b5c4d681d96 (diff)
downloadbrdo-0a5ec93496168164c189d66def1d2c9728d1dc47.tar.gz
brdo-0a5ec93496168164c189d66def1d2c9728d1dc47.tar.bz2
#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.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 649d1bf81..c4215148f 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -648,7 +648,7 @@ function request_uri() {
* @param $message
* The message to store in the log. See t() for documentation
* on how $message and $variables interact. Keep $message
- * translateable by not concatenating dynamic values into it!
+ * translatable by not concatenating dynamic values into it!
* @param $variables
* Array of variables to replace in the message on display or
* NULL if message is already translated or not possible to