summaryrefslogtreecommitdiff
path: root/lib/facebookaction.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 05:37:21 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 05:37:21 +0000
commit240231a8bd7f6b0753070c630ff6b9169e28afe0 (patch)
treea3ee6eddb34d5b36f09eb0fbd48048374ad0e212 /lib/facebookaction.php
parent8dad87ea95275a1fa57424ca537eb25b701e1a2b (diff)
trac750 linked in stylesheets for login and permissions prompt screens
Diffstat (limited to 'lib/facebookaction.php')
-rw-r--r--lib/facebookaction.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php
index 528b58154..a20e618d3 100644
--- a/lib/facebookaction.php
+++ b/lib/facebookaction.php
@@ -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');