projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7daa740
)
Fix parse error: stray ')'.
author
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:05:42 +0000
(09:05 -0400)
committer
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:05:42 +0000
(09:05 -0400)
folks/lib/Friends/facebook.php
patch
|
blob
|
history
diff --git
a/folks/lib/Friends/facebook.php
b/folks/lib/Friends/facebook.php
index
f004294
..
f9cf0c5
100644
(file)
--- a/
folks/lib/Friends/facebook.php
+++ b/
folks/lib/Friends/facebook.php
@@
-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 {