diff options
author | Zach Copley <zach@status.net> | 2010-11-17 21:53:56 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-11-17 21:53:56 +0000 |
commit | 2c68703923e94a27376622d96a1d5481807bfbf6 (patch) | |
tree | edfb594b1bfb136eeef86eb958e622621867713e /lib/currentuserdesignaction.php | |
parent | 64a29bd401bb7f38e174a6529c062dd3c20bfe5b (diff) |
Facebook: Gracefully handle disconnection
Diffstat (limited to 'lib/currentuserdesignaction.php')
-rw-r--r-- | lib/currentuserdesignaction.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/currentuserdesignaction.php b/lib/currentuserdesignaction.php index 012d30ad6..e84c77768 100644 --- a/lib/currentuserdesignaction.php +++ b/lib/currentuserdesignaction.php @@ -88,4 +88,9 @@ class CurrentUserDesignAction extends Action return parent::getDesign(); } + function getCurrentUser() + { + return $this->cur; + } } + |