Index: branches/wmf/1.17wmf1/extensions/CategoryTree/CategoryTree.php |
— | — | @@ -209,7 +209,7 @@ |
210 | 210 | * namely, only providing the mode name or number. |
211 | 211 | * This loads CategoryTreeFunctions.php and calls CategoryTree::ajax() |
212 | 212 | */ |
213 | | -function efCategoryTreeAjaxWrapper( $category, $options, $enc = '' ) { |
| 213 | +function efCategoryTreeAjaxWrapper( $category, $options = array(), $enc = '' ) { |
214 | 214 | global $wgCategoryTreeHTTPCache, $wgSquidMaxage, $wgUseSquid; |
215 | 215 | |
216 | 216 | if ( is_string( $options ) ) { |