diff --git a/webapp/controller/OtherController.class.php b/webapp/controller/OtherController.class.php index 4effc5e5..257023a0 100644 --- a/webapp/controller/OtherController.class.php +++ b/webapp/controller/OtherController.class.php @@ -196,7 +196,7 @@ class OtherController extends BaseAuthedController { if (!$taskMeta) { return true; } - if (myself()->_getNowTime() > strtotime($taskMeta['income_start_time'])) { + if (myself()->_getNowTime() <= strtotime($taskMeta['income_start_time'])) { return true; } }