diff options
author | millette <millette@controlyourself.ca> | 2008-11-18 12:48:57 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-18 12:48:57 -0500 |
commit | 7c2c1855ba77f4f0d6a68fb57a020bdf7d1ae25b (patch) | |
tree | fef2461410b79acd608fe6dd9fa98de759ff0188 /actions/nudge.php | |
parent | 7557079012aeda7d5e31c54bbdc6835af9644bff (diff) |
more ajax coming (un-sub)
darcs-hash:20081118174857-099f7-bb67199062174a41433c34434f4832a8f48898ee.gz
Diffstat (limited to 'actions/nudge.php')
-rw-r--r-- | actions/nudge.php | 3 |
1 files changed, 0 insertions, 3 deletions
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') { |