summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-30 00:07:56 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-30 00:07:56 +0000
commit153208aaa6eff9ad56b5dac374197684f0cf93b6 (patch)
tree2b4c958809372de5d8e2bae5c44ab1636210c352 /actions
parent733b3543d06fea12704118c93da3535e5ee8349f (diff)
trac750 Add footer to Facebook app's login page
Diffstat (limited to 'actions')
-rw-r--r--actions/facebookhome.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index 7f9c942ea..d943104c2 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -132,6 +132,7 @@ class FacebookhomeAction extends FacebookAction
}
$this->showLoginForm($msg);
+ $this->showFooter();
}