Fix parse error: stray ')'.
authorMatt Selsky <selsky@columbia.edu>
Tue, 23 Jun 2009 13:05:42 +0000 (09:05 -0400)
committerMatt Selsky <selsky@columbia.edu>
Tue, 23 Jun 2009 13:05:42 +0000 (09:05 -0400)
folks/lib/Friends/facebook.php

index f004294..f9cf0c5 100644 (file)
@@ -29,7 +29,7 @@ class Folks_Friends_facebook extends Folks_Friends {
     protected function _getFriends()
     {
         if (!$this->_loadFB) {
-            return $this->_fb);
+            return $this->_fb;
         }
 
         try {
@@ -47,7 +47,7 @@ class Folks_Friends_facebook extends Folks_Friends {
     public function getGroups()
     {
         if (!$this->_loadFB) {
-            return $this->_fb);
+            return $this->_fb;
         }
 
         try {