Facebook: Gracefully handle disconnection

This commit is contained in:
Zach Copley
2010-11-17 21:53:56 +00:00
parent 64a29bd401
commit 2c68703923
5 changed files with 239 additions and 181 deletions

View File

@@ -88,4 +88,9 @@ class CurrentUserDesignAction extends Action
return parent::getDesign();
}
function getCurrentUser()
{
return $this->cur;
}
}