diff options
Diffstat (limited to 'mod/share.php')
-rw-r--r-- | mod/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/share.php b/mod/share.php index 94cd035b4..f355a842a 100644 --- a/mod/share.php +++ b/mod/share.php @@ -20,4 +20,4 @@ function share_init(&$a) { $o .= bbcode($r[0]['body'], true); echo $o . '<br />'; killme(); -}
\ No newline at end of file +} |