Skip to content

Commit

Permalink
Default to null, add @SInCE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 10, 2013
1 parent c9a2750 commit e139f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mnemo/lib/Api.php
Expand Up @@ -203,11 +203,12 @@ public function getActionTimestamp($uid, $action, $notepad = null, $modSeq = fal
*
* @param string $id The notepad id to get the MODSEQ for. If null, the
* highest MODSEQ across all notepads is returned.
* @since 4.2.0
*
* @return integer The modseq.
* @since 4.1.1
*/
public function getHighestModSeq($id)
public function getHighestModSeq($id = null)
{
$parent = 'mnemo';
if (!empty($id)) {
Expand Down

0 comments on commit e139f42

Please sign in to comment.