X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fapi%2Fcontrollers%2FHistoryController.php;h=d83a3a25c97af2d26b40ce9df308fc71fdeba667;hb=refs%2Fpull%2F1666%2Fhead;hp=9afcfa264430cd7af5910357bfcd07fbea797301;hpb=905f8675a728841b03b300d2c7dc909a1c4f7f03;p=github%2Fshaarli%2FShaarli.git diff --git a/application/api/controllers/HistoryController.php b/application/api/controllers/HistoryController.php index 9afcfa26..d83a3a25 100644 --- a/application/api/controllers/HistoryController.php +++ b/application/api/controllers/HistoryController.php @@ -1,6 +1,5 @@ getParam('limit'); if (empty($limit)) { $limit = count($history);