Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 17, 2013
1 parent 117a22a commit 25841ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Api.php
Expand Up @@ -147,7 +147,7 @@ public function listBy($action, $timestamp, $notepad = null, $end = null, $isMod
$notepads = Mnemo::getSyncNotepads();
$results = array();
foreach ($notepads as $notepad) {
$results = array_merge($resutls, $this->listBy($action, $timestamp, $notepad, $end, $isModSeq));
$results = array_merge($results, $this->listBy($action, $timestamp, $notepad, $end, $isModSeq));
}
return $results;
}
Expand Down

0 comments on commit 25841ec

Please sign in to comment.