Re: Problems with CATEGORY
Hi!
TryCopy to clipboard
sub => n
This works.
There seems to be an inconsistency in the documentation.
lib/wiki-plugins/wikiplugin_category.php
Copy to clipboard
if (isset($sub) and substr(strtolower($sub),0,1) == 'n') { $sub = false; } else { $sub = true; }
Copy to clipboard
$categlib->get_categoryobjects($catids,$types,$sort,$split,$sub,$and)
Torpedro