diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-16 13:54:44 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-16 13:54:44 -0800 |
commit | bea52c7578060f1cc0ee39f177a29188e78b144d (patch) | |
tree | bcf3ea2a73a797262dccae0e7933344a296d969f /app/Core/Paginator.php | |
parent | 6f55acf1a6eb58c7eeed3233e70782d031814201 (diff) |
Fix PHP notice in PR #3557
Diffstat (limited to 'app/Core/Paginator.php')
-rw-r--r-- | app/Core/Paginator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Paginator.php b/app/Core/Paginator.php index e724ccd4..7b0a9c1b 100644 --- a/app/Core/Paginator.php +++ b/app/Core/Paginator.php @@ -342,7 +342,7 @@ class Paginator } /** - * Calculate the offset value accoring to url params and the page number + * Calculate the offset value according to url params and the page number * * @access public * @return $this |