mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Removed type conversions where no longer needed
PHP 8.1 PDO SQLite now returns native data types
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<button class="save-quantityunit-button btn btn-info mb-2"
|
||||
data-location="return">{{ $__t('Save & return to quantity units') }}</button>
|
||||
|
||||
@if(intval($pluralCount) > 2)
|
||||
@if($pluralCount > 2)
|
||||
<button id="test-quantityunit-plural-forms-button"
|
||||
class="btn btn-secondary">{{ $__t('Test plural forms') }}</button>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user