aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-15 21:01:44 -0700
committerFriendika <info@friendika.com>2011-08-15 21:01:44 -0700
commitd0c8f11dfffab4a200e57f71c81aa4f7372ccc1e (patch)
tree2a181c8a91207687db54f8ed12440e3d5cb2ca02 /include/diaspora.php
parenta589e8e3feecbd304da07bcdbc4d398511651b3f (diff)
downloadvolse-hubzilla-d0c8f11dfffab4a200e57f71c81aa4f7372ccc1e.tar.gz
volse-hubzilla-d0c8f11dfffab4a200e57f71c81aa4f7372ccc1e.tar.bz2
volse-hubzilla-d0c8f11dfffab4a200e57f71c81aa4f7372ccc1e.zip
typos
Diffstat (limited to 'include/diaspora.php')
-rw-r--r--include/diaspora.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index ada7f63ab..fb5c69e70 100644
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -382,9 +382,9 @@ function diaspora_post($importer,$contact,$xml) {
$datarray['wall'] = 0;
$datarray['guid'] = $guid;
$datarray['uri'] = $datarray['parent-uri'] = $message_id;
- $dattarray['created'] = $datarray['edited'] = datetime_convert('UTC','UTC',$created);
- $dattarray['private'] = $private;
- $dattarray['parent'] = 0;
+ $datarray['created'] = $datarray['edited'] = datetime_convert('UTC','UTC',$created);
+ $datarray['private'] = $private;
+ $datarray['parent'] = 0;
$datarray['owner-name'] = $contact['name'];
$datarray['owner-link'] = $contact['url'];
$datarray['owner-avatar'] = $contact['thumb'];