Some more documentation - again.

This commit is contained in:
Michael Vogel 2016-03-24 15:59:53 +01:00 committed by Roland Haeder
parent 7362dce2f4
commit 721b2edb33
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,7 @@ class diaspora {
*
* @param int $uid The user id
* @param string $guid The guid of the message
y *
*
* @return int|bool message id if the message already was stored into the system - or false.
*/
private function message_exists($uid, $guid) {
@ -2143,6 +2143,7 @@ y *
$datarray = array();
// Attach embedded pictures to the body
if ($data->photo) {
foreach ($data->photo AS $photo)
$body = "[img]".unxmlify($photo->remote_photo_path).