Code Duplication    Length = 8-8 lines in 2 locations

includes/installer/WebInstaller.php 2 locations

@@ 203-210 (lines=8) @@
200
		$lowestUnhappy = $this->getLowestUnhappy();
201
202
		# Special case for Creative Commons partner chooser box.
203
		if ( $this->request->getVal( 'SubmitCC' ) ) {
204
			$page = $this->getPageByName( 'Options' );
205
			$this->output->useShortHeader();
206
			$this->output->allowFrames();
207
			$page->submitCC();
208
209
			return $this->finish();
210
		}
211
212
		if ( $this->request->getVal( 'ShowCC' ) ) {
213
			$page = $this->getPageByName( 'Options' );
@@ 212-219 (lines=8) @@
209
			return $this->finish();
210
		}
211
212
		if ( $this->request->getVal( 'ShowCC' ) ) {
213
			$page = $this->getPageByName( 'Options' );
214
			$this->output->useShortHeader();
215
			$this->output->allowFrames();
216
			$this->output->addHTML( $page->getCCDoneBox() );
217
218
			return $this->finish();
219
		}
220
221
		# Get the page name.
222
		$pageName = $this->request->getVal( 'page' );