From c93887f249fa25405aad68c56995cdcd2efc1e91 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 13 Dec 2010 12:54:20 -0800 Subject: Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit --- Bugzilla/Object.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla/Object.pm') 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; -- cgit v1.2.3-24-g4f1b