]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
trac750 linked in stylesheets for login and permissions prompt screens
authorZach Copley <zach@controlyourself.ca>
Fri, 23 Jan 2009 05:37:21 +0000 (05:37 +0000)
committerZach Copley <zach@controlyourself.ca>
Fri, 23 Jan 2009 05:37:21 +0000 (05:37 +0000)
actions/facebookhome.php
lib/facebookaction.php

index ea56ec0710de930a3ef14a4a6c5dc8eb15e46155..b05e51b9114aa6c9c8cc7074bd2722bc5853dda8 100644 (file)
@@ -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 ' .
index 528b581541a0f12fab80aba52aba3cf0f948f6a1..a20e618d3a96671406d8208704e7df1b84a2eb9d 100644 (file)
@@ -73,9 +73,7 @@ class FacebookAction extends Action
     function prepare($argarray)
     {        
         parent::prepare($argarray);
-        
-        common_debug("Facebookaction::prepare");
-  
+          
         $this->facebook = getFacebook();
         $this->fbuid = $this->facebook->require_login();
         
@@ -261,7 +259,6 @@ class FacebookAction extends Action
 
     function showInstructions()
     {
-        global $xw;
 
         $this->elementStart('dl', array('class' => 'system_notice'));
         $this->element('dt', null, 'Page Notice');