diff options
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') { |