diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 9a73739f..8f76da79 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -664,7 +664,7 @@ include_once "include/page_header.php"; $form->AddItem(array('[', new CLink($showdisabled ? S_HIDE_DISABLED_ITEMS : S_SHOW_DISABLED_ITEMS, - '?showdisabled='.($showdisabled ? 0 : 1),'action'), + '?showdisabled='.($showdisabled ? 0 : 1),null), ']', SPACE)); $cmbGroup = new CComboBox("groupid",$_REQUEST["groupid"],"submit();"); |
