From 5f2f64406407839d0a9d906e0ad165067d90d130 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Feb 2011 20:19:33 -0800 Subject: resolve file inclusion conflicts w/ multiple plugins, improve the typo checker --- addon/statusnet/statusnet.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'addon/statusnet/statusnet.php') diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index c7e16b56e..7928003bc 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -30,7 +30,9 @@ * * Thank you guys for the Twitter compatible API! */ -require_once('addon/twitter/twitteroauth.php'); + +require_once('library/twitteroauth.php'); + class StatusNetOAuth extends TwitterOAuth { function get_maxlength() { $config = $this->get($this->host . 'statusnet/config.json'); @@ -216,7 +218,7 @@ function statusnet_post_hook(&$a,&$b) { $msg = strip_tags(bbcode($b['body'])); if ( strlen($msg) > $max_char) { $shortlink = ""; - require_once('addon/statusnet/slinky.php'); + require_once('library/slinky.php'); // post url = base url + /display/ + owner + post id // we construct this from the Owner link and replace // profile by display - this will cause an error when -- cgit v1.2.3