Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UHF-9566: Fix deprecated call abs(): Passing null to parameter #1
`total_rows` was not defined if $variables['view']->total_rows is zero, since `0 == NULL` evaluates to true. This patch ensures that total rows is always defined so templates can use it without checking.
- Loading branch information