|
@@ -116,8 +116,8 @@ discard block |
|
|
block discarded – undo |
|
116
|
116
|
} |
|
117
|
117
|
|
|
118
|
118
|
/** @var UpdateRefIndexTask $task */ |
|
119
|
|
- $task->setUpdateAllTables((bool) $submittedData[self::FIELD_ALL_TABLES]); |
|
120
|
|
- $task->setSelectedTables((array) $submittedData[self::FIELD_SELECTED_TABLES]); |
|
|
119
|
+ $task->setUpdateAllTables((bool)$submittedData[self::FIELD_ALL_TABLES]); |
|
|
120
|
+ $task->setSelectedTables((array)$submittedData[self::FIELD_SELECTED_TABLES]); |
|
121
|
121
|
} |
|
122
|
122
|
|
|
123
|
123
|
/** |
|
@@ -132,7 +132,7 @@ discard block |
|
|
block discarded – undo |
|
132
|
132
|
SchedulerModuleController $schedulerModule |
|
133
|
133
|
): bool { |
|
134
|
134
|
if (!isset($submittedData[self::FIELD_ALL_TABLES]) |
|
135
|
|
- || !MathUtility::isIntegerInRange((int) $submittedData[self::FIELD_ALL_TABLES], 0, 1) |
|
|
135
|
+ || !MathUtility::isIntegerInRange((int)$submittedData[self::FIELD_ALL_TABLES], 0, 1) |
|
136
|
136
|
) { |
|
137
|
137
|
return false; |
|
138
|
138
|
} |
Please login to merge, or discard this patch.