Changeset 2711282
- Timestamp:
- 04/18/2022 11:27:04 PM (4 years ago)
- Location:
- torque/trunk
- Files:
-
- 2 edited
-
admin.php (modified) (1 diff)
-
config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
torque/trunk/admin.php
r2592945 r2711282 238 238 $this->options[$group]['options'][$key]['values'] = \call_user_func($this->options[$group]['options'][$key]['datasource']); 239 239 } 240 return $this->options[$group]['options'][$key]['values']; 240 if ($this->options[$group]['options'][$key]['values']) { 241 return $this->options[$group]['options'][$key]['values']; 242 } 241 243 } 242 244 return []; -
torque/trunk/config.php
r2615365 r2711282 351 351 'description' => 'Convert quotes to the same quote style (All quotes become double quotes for better gzip)', 352 352 'value' => '"', 353 'default' => true353 'default' => '"' 354 354 ], 355 355 'script_booleans' => [
Note: See TracChangeset
for help on using the changeset viewer.