summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Object.pm')
-rw-r--r--Bugzilla/Object.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm
index 281143889..6c5289453 100644
--- a/Bugzilla/Object.pm
+++ b/Bugzilla/Object.pm
@@ -544,9 +544,6 @@ sub check_time {
: 0;
$current ||= 0;
- # Don't let the user set the value if they aren't a timetracker
- return $current unless Bugzilla->user->is_timetracker;
-
# Get the new value or zero if it isn't defined
$value = trim($value) || 0;