Code style minor fix

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-01-17 12:31:52 +02:00
parent 32c560e629
commit 6bff405287

View File

@@ -96,7 +96,7 @@ class CheckboxColumn extends Column
$name = substr($name, 0, -2);
}
if (substr_compare($name, ']', -1, 1) === 0) {
$name = substr($name, 0, -1) . '_all]';
$name = substr($name, 0, -1) . '_all]';
} else {
$name .= '_all';
}