From 1fcdecbd2b527ad63a322ee87fa5f83b508307b9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 22 Jun 2008 10:29:06 -0400 Subject: typo in objstring darcs-hash:20080622142906-34904-0699374fa0a88a1e4c004deb2a2f96b775fb98e5.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 2064480cb..833695ba8 100644 --- a/lib/util.php +++ b/lib/util.php @@ -777,7 +777,7 @@ function common_log_objstring(&$object) { foreach ($arr as $k => $v) { $fields[] = "$k='$v'"; } - $ojbstring = $object->tableName() . '[' . implode(',', $fields) . ']'; + $objstring = $object->tableName() . '[' . implode(',', $fields) . ']'; return $objstring; } -- cgit v1.2.3-54-g00ecf