diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-19 07:24:12 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-19 07:24:12 +0000 |
commit | 739baf0396b2e6796f07616cdb9d52d09cf6ed2f (patch) | |
tree | 50312fee736ad33aaf88e1e64c6a67f14ff6a758 /actions/facebookremove.php | |
parent | cd6b9d6c4608cc5bb524031f8de97a3dc5cc3ea9 (diff) |
trac750 Add notice input box to FB app and ability to post notices
Diffstat (limited to 'actions/facebookremove.php')
-rw-r--r-- | actions/facebookremove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebookremove.php b/actions/facebookremove.php index a200fefbf..557c0655b 100644 --- a/actions/facebookremove.php +++ b/actions/facebookremove.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once(INSTALLDIR.'/lib/facebookaction.php'); +require_once INSTALLDIR.'/lib/facebookaction.php'; class FacebookremoveAction extends FacebookAction { |