From 153208aaa6eff9ad56b5dac374197684f0cf93b6 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 30 Jan 2009 00:07:56 +0000 Subject: [PATCH] trac750 Add footer to Facebook app's login page --- actions/facebookhome.php | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 7f9c942ea9..d943104c2b 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -132,6 +132,7 @@ class FacebookhomeAction extends FacebookAction } $this->showLoginForm($msg); + $this->showFooter(); }