Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_Distributable.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | arsort( $data, SORT_NUMERIC ); |
84 | 84 | } |
85 | 85 | |
86 | | - if ( $this->params['distributionimit'] !== false ) { |
| 86 | + if ( $this->params['distributionlimit'] !== false ) { |
87 | 87 | $data = array_slice( $data, 0, $this->params['distributionlimit'], true ); |
88 | 88 | } |
89 | 89 | } |