From faefe8f35c2078ab1185aa3406df3896780675b2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 21 Nov 2008 11:29:18 -0500 Subject: [PATCH] variable name change bug darcs-hash:20081121162918-84dde-76a765414ccc036371cc747b6323a555df8fc6c4.gz --- scripts/inbox_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/inbox_users.php b/scripts/inbox_users.php index b74a212dcc..0543abb2a3 100755 --- a/scripts/inbox_users.php +++ b/scripts/inbox_users.php @@ -62,7 +62,7 @@ foreach ($ids as $id) { $old_inbox = new Notice_inbox(); $old_inbox->user_id = $user->id; - $result = $inbox->delete(); + $result = $old_inbox->delete(); if (is_null($result) || $result === false) { common_log_db_error($old_inbox, 'DELETE', __FILE__);