From: garvinhicking Date: Sun, 3 Jul 2005 09:52:20 +0000 (+0000) Subject: make category plugin also sort by id, if someone wants it X-Git-Tag: 0.9~356 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e11f6aedc57a9f949c4b095592cc50816dd6d154;p=s9y.git make category plugin also sort by id, if someone wants it --- diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index 231f934..dc28dcb 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -1047,6 +1047,7 @@ class serendipity_categories_plugin extends serendipity_plugin { $select = array(); $select['category_name'] = CATEGORY; $select['category_description'] = DESCRIPTION; + $select['categoryid'] = 'ID'; $select['none'] = NONE; $propbag->add('type', 'select'); $propbag->add('name', SORT_ORDER);