summaryrefslogtreecommitdiff
path: root/actions/facebookhome.php
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 05:57:15 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 05:57:15 +0000
commit171d89aab79207f08b3c84d76a4b2bb50185490d (patch)
tree34efcec8e274ec33cb1af215a6b1c4490fda0cb0 /actions/facebookhome.php
parentfbd1cf4dfa452166a5985d9a9177d57e8554f09f (diff)
parent277a6e984c6778865a62b5a1b99219327460be6d (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r--actions/facebookhome.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index ea56ec071..b05e51b91 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -91,6 +91,9 @@ class FacebookhomeAction extends FacebookAction
function login()
{
+
+ $this->showStylesheets();
+
$nickname = common_canonical_nickname($this->trimmed('nickname'));
$password = $this->arg('password');
@@ -185,6 +188,8 @@ class FacebookhomeAction extends FacebookAction
function getUpdatePermission() {
+ $this->showStylesheets();
+
$this->elementStart('div', array('class' => 'content'));
$instructions = sprintf(_('If you would like the %s app to automatically update ' .