]> git.mxchange.org Git - friendica.git/blobdiff - addon/facebook/facebook.php
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
[friendica.git] / addon / facebook / facebook.php
index c2c5a887686c4835ff53972342b275eb485af5fe..119c2102e11893c2496819ea907416228a45c8f8 100644 (file)
@@ -198,7 +198,7 @@ function facebook_post_hook(&$a,&$b) {
 
                                if (strlen($msg) > FACEBOOK_MAXPOSTLEN) {
                                        $shortlink = "";
-                                       require_once('addon/twitter/slinky.php');
+                                       require_once('library/slinky.php');
 
                                        $display_url = $a->get_baseurl() . '/display/' . $a->user['nickname'] . '/' . $b['id'];
                                        $slinky = new Slinky( $posturl );