diff options
author | Zach Copley <zach@status.net> | 2009-10-21 17:29:54 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-21 17:29:54 +0000 |
commit | 3e5c8f28c362e945ca7d89e7aaff1e1304a9192a (patch) | |
tree | 81bf658e7a0be70a25292775af6c0b85669c0c4a /plugins/Facebook/facebookutil.php | |
parent | 6199d31acc8d4d52ffcb64ba3949c401b6b927de (diff) |
Fix references
Diffstat (limited to 'plugins/Facebook/facebookutil.php')
-rw-r--r-- | plugins/Facebook/facebookutil.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Facebook/facebookutil.php b/plugins/Facebook/facebookutil.php index 9817837f7..da53f35e2 100644 --- a/plugins/Facebook/facebookutil.php +++ b/plugins/Facebook/facebookutil.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -require_once INSTALLDIR . '/extlib/facebook/facebook.php'; +require_once INSTALLDIR . '/plugins/Facebook/facebook/facebook.php'; require_once INSTALLDIR . '/plugins/Facebook/facebookaction.php'; require_once INSTALLDIR . '/lib/noticelist.php'; |