From 7c2c1855ba77f4f0d6a68fb57a020bdf7d1ae25b Mon Sep 17 00:00:00 2001 From: millette Date: Tue, 18 Nov 2008 12:48:57 -0500 Subject: more ajax coming (un-sub) darcs-hash:20081118174857-099f7-bb67199062174a41433c34434f4832a8f48898ee.gz --- actions/nudge.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'actions/nudge.php') diff --git a/actions/nudge.php b/actions/nudge.php index 822606d30..f14cdc83c 100644 --- a/actions/nudge.php +++ b/actions/nudge.php @@ -32,9 +32,6 @@ class NudgeAction extends Action { } $user = common_current_user(); -// $other_nickname = common_canonical_nickname($args['nickname']); -// $other_nickname = $this->arg('nickname'); -// $other = User::staticGet('nickname', $other_nickname); $other = User::staticGet('nickname', $this->arg('nickname')); if ($_SERVER['REQUEST_METHOD'] != 'POST') { -- cgit v1.2.3-54-g00ecf