Skip to content

Commit

Permalink
Removed $multilingual-parameter from XML output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensscherbl committed Aug 15, 2013
1 parent 72b5750 commit f237570
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions extension.driver.php
Expand Up @@ -126,16 +126,6 @@ public function frontendParamsResolve($context)

header('Location: ' . $context['params']['root'] . '/' . self::$language . '/'); exit;
}

// add page type

$context['params']['multilingual'] = 'no';

} else {

// add page type

$context['params']['multilingual'] = 'yes';
}

// set params
Expand Down

0 comments on commit f237570

Please sign in to comment.