]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
trac750 Add footer to Facebook app's login page
authorZach Copley <zach@controlyourself.ca>
Fri, 30 Jan 2009 00:07:56 +0000 (00:07 +0000)
committerZach Copley <zach@controlyourself.ca>
Fri, 30 Jan 2009 00:07:56 +0000 (00:07 +0000)
actions/facebookhome.php

index 7f9c942ea9e16f710307ed960141139298de14c7..d943104c2b3b6ff1038e279a98ce2b0014713d5b 100644 (file)
@@ -132,6 +132,7 @@ class FacebookhomeAction extends FacebookAction
         }
 
         $this->showLoginForm($msg);
+        $this->showFooter();
 
     }