Commit a4001f6d8eb401ea8d6a66a1ba9cbdc465ded0b7
1 parent
6a058338
Exists in
master
and in
111 other branches
bug sort duration in hours
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/TimeTableCacheMgr.php
@@ -71,7 +71,7 @@ class SortPartCacheObject | @@ -71,7 +71,7 @@ class SortPartCacheObject | ||
71 | break; | 71 | break; |
72 | case self::$TYPE_DURATION_SEC : | 72 | case self::$TYPE_DURATION_SEC : |
73 | case self::$TYPE_DURATION_MIN : | 73 | case self::$TYPE_DURATION_MIN : |
74 | - case self::$DIRECTION_DES : | 74 | + case self::$TYPE_DURATION_HOUR : |
75 | { | 75 | { |
76 | switch ($this->dir) { | 76 | switch ($this->dir) { |
77 | case self::$DIRECTION_ASC : | 77 | case self::$DIRECTION_ASC : |