beware of shadows

darcs-hash:20080718041633-84dde-4fb8e5738b6594334e42d21c4ed104039da62abb.gz
This commit is contained in:
Evan Prodromou 2008-07-18 00:16:33 -04:00
parent c1b0cdf909
commit 12b7f23ed2
1 changed files with 0 additions and 8 deletions

View File

@ -157,12 +157,4 @@ class TwitapifriendshipsAction extends TwitterapiAction {
return $user->getProfile();
}
}
function show_profile($profile) {
$profile_array = $this->user_array($profile);
$notice = $profile->getCurrentStatus();
if ($notice) {
$status_array = $this->status_array($notice):
}
}
}