|
@@ -42,12 +42,12 @@ |
|
|
block discarded – undo |
|
42
|
42
|
$simpleBatchUpload->registerEarlyConfiguration( $GLOBALS ); |
|
43
|
43
|
} |
|
44
|
44
|
|
|
45
|
|
- public function registerEarlyConfiguration( &$targetConfiguration ){ |
|
|
45
|
+ public function registerEarlyConfiguration( &$targetConfiguration ) { |
|
46
|
46
|
$sourceConfiguration = $this->getEarlyConfiguration(); |
|
47
|
47
|
$this->mergeConfiguration( $sourceConfiguration, $targetConfiguration ); |
|
48
|
48
|
} |
|
49
|
49
|
|
|
50
|
|
- public function registerLateConfiguration( &$targetConfiguration ){ |
|
|
50
|
+ public function registerLateConfiguration( &$targetConfiguration ) { |
|
51
|
51
|
$sourceConfiguration = $this->getLateConfiguration(); |
|
52
|
52
|
$this->mergeConfiguration( $sourceConfiguration, $targetConfiguration ); |
|
53
|
53
|
} |
Please login to merge, or discard this patch.