]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
rev update
[friendica.git] / mod / share.php
index e307294a6db8aa5fe5e8ff8dd23da4a862c7ae91..8358f67169ab84e88b37196e9d047d65570b2685 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once('bbcode.php');
+require_once('include/bbcode.php');
 
 function share_init(&$a) {
 
@@ -26,7 +26,8 @@ function share_init(&$a) {
                        $o = "[share author='".str_replace("'", "&#039;",$r[0]['author-name']).
                                "' profile='".$r[0]['author-link'].
                                "' avatar='".$r[0]['author-avatar'].
-                               "' link='".$r[0]['plink']."']\n";
+                               "' link='".$r[0]['plink'].
+                               "' posted='".$r[0]['created']."']\n";
                        if($r[0]['title'])
                                $o .= '[b]'.$r[0]['title'].'[/b]'."\n";
                        $o .= $r[0]['body'];