aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-20 11:15:22 +0100
committerMichael <icarus@dabo.de>2012-02-20 11:15:22 +0100
commite2f276881ee31d56f244950f231fffbf935f7f0d (patch)
tree162a02759016406e6832b51c2547ee71e04e4cb9 /include/bb2diaspora.php
parent0fb22e1284c0510a0d009e34b7a1aa31ef6be052 (diff)
downloadvolse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.tar.gz
volse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.tar.bz2
volse-hubzilla-e2f276881ee31d56f244950f231fffbf935f7f0d.zip
Some testing stuff
Diffstat (limited to 'include/bb2diaspora.php')
-rwxr-xr-xinclude/bb2diaspora.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index 4bb9e5e47..70d4bec9a 100755
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -14,7 +14,7 @@ require_once('include/html2bbcode.php');
function diaspora2bb($s) {
// for testing purposes: Collect raw markdown articles
- $file = tempnam("/tmp/", "markdown");
+ $file = tempnam("/tmp/friendica/", "markdown");
file_put_contents($file, $s);
$s = html_entity_decode($s,ENT_COMPAT,'UTF-8');