aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_category.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_category.inc.php')
-rw-r--r--include/functions_category.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php
index 77657b8b1..53f98a5c2 100644
--- a/include/functions_category.inc.php
+++ b/include/functions_category.inc.php
@@ -270,7 +270,7 @@ function get_category_preferred_image_orders()
array(
l10n('Rank'),
'rank ASC',
- ('categories' == @$page['section'] and !isset($page['flat']))
+ ('categories' == @$page['section'] and !isset($page['flat']) and !isset($page['chronology_field']) )
)
));
}