diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-12-03 13:29:22 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-12-03 13:29:22 +0100 |
commit | ca32f08966f1b51fcb19460f0996bb0c4048e6fe (patch) | |
tree | ec04cc15b867bc21eedca904cea9af0254531a11 /includes/Categoryfinder.php | |
parent | a22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (diff) |
Update to MediaWiki 1.18.0
* also update ArchLinux skin to chagnes in MonoBook
* Use only css to hide our menu bar when printing
Diffstat (limited to 'includes/Categoryfinder.php')
-rw-r--r-- | includes/Categoryfinder.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/Categoryfinder.php b/includes/Categoryfinder.php index 1f08b7f8..2567de0d 100644 --- a/includes/Categoryfinder.php +++ b/includes/Categoryfinder.php @@ -42,6 +42,7 @@ class Categoryfinder { * @param $article_ids Array of article IDs * @param $categories FIXME * @param $mode String: FIXME, default 'AND'. + * @todo FIXME: $categories/$mode */ function seed( $article_ids, $categories, $mode = 'AND' ) { $this->articles = $article_ids; @@ -85,9 +86,9 @@ class Categoryfinder { /** * This functions recurses through the parent representation, trying to match the conditions - * @param $id The article/category to check - * @param $conds The array of categories to match - * @param $path used to check for recursion loops + * @param $id int The article/category to check + * @param $conds array The array of categories to match + * @param $path array used to check for recursion loops * @return bool Does this match the conditions? */ function check( $id, &$conds, $path = array() ) { |