Add missing variable name and variable description - refs #5637

1.9.x
Imanol Losada 11 years ago
parent 21c66bf8e3
commit 1d68a04a6c
  1. 12
      main/inc/lib/social.lib.php

@ -1283,12 +1283,12 @@ class SocialManager extends UserManager
/**
* Gets all messages from someone's wall (within specific limits), formatted
* @param int $userId USER ID of the person's wall
* @param int $friendId id person
* @param int $idMessage id message
* @param string Start date (from when we want the messages until today)
* @param int $limit Limit to the number of messages we want
* @param int $offset
* @param int $userId USER ID of the person's wall
* @param int $friendId id person
* @param int $idMessage id message
* @param string $start Start date (from when we want the messages until today)
* @param int $limit Limit to the number of messages we want
* @param int $offset Wall messages offset
* @return string HTML formatted string to show messages
*/
public static function getWallMessagesHTML($userId, $friendId, $idMessage, $start = null, $limit = 10, $offset = 0)

Loading…
Cancel
Save