diff --git a/facebook/facebook.php b/facebook/facebook.php index 1afa996d..64eb3ee2 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -956,15 +956,15 @@ function facebook_post_hook(&$a,&$b) { } // Fallback - if message is empty - if(!strlen($msg)) - $msg = $linkname; - if(!strlen($msg)) $msg = $link; if(!strlen($msg)) $msg = $image; + if(!strlen($msg)) + $msg = $linkname; + // If there is nothing to post then exit if(!strlen($msg)) return;