Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_List.php |
— | — | @@ -39,6 +39,8 @@ |
40 | 40 | * @param $outputmode |
41 | 41 | */ |
42 | 42 | protected function handleParameters( array $params, $outputmode ) { |
| 43 | + parent::handleParameters( $params, $outputmode ); |
| 44 | + |
43 | 45 | $this->mSep = $this->isPlainlist() ? $params['sep'] : ''; |
44 | 46 | $this->mTemplate = trim( $params['template'] ); |
45 | 47 | $this->mUserParam = trim( $params['userparam'] ); |