partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit e3c1a0906568153feb36efc1ca96141fa80d03d8
parent eb7cf5dd8bbbcd1f37b4230acc74174239772117
Author: Timo A. Hummel <timo@netraver.de>
Date:   Thu, 26 May 2011 00:53:39 +0200

Fixed typo

Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php b/src/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php @@ -12,7 +12,7 @@ class PartManagerService extends Service { public function getParts () { $aParameters = array( "start" => $this->getParameter("start", 0), - "limit" => $this->getParameter("start", 15), + "limit" => $this->getParameter("limit", 15), "sort" => $this->getParameter("sort", "name"), "dir" => $this->getParameter("dir", "asc"), "filter" => $this->getParameter("filter", ""),