]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/api/controllers/HistoryController.php
Apply the new system (Bookmark + Service) to the whole code base
[github/shaarli/Shaarli.git] / application / api / controllers / HistoryController.php
index 9afcfa264430cd7af5910357bfcd07fbea797301..505647a9568599c3eb97c8bbc519fb9e9a3837f3 100644 (file)
@@ -41,7 +41,7 @@ class HistoryController extends ApiController
             throw new ApiBadParametersException('Invalid offset');
         }
 
-        // limit parameter is either a number of links or 'all' for everything.
+        // limit parameter is either a number of bookmarks or 'all' for everything.
         $limit = $request->getParam('limit');
         if (empty($limit)) {
             $limit = count($history);