diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -672,6 +672,8 @@
               $active_phid = $active_diff->getPHID();
               if ($reviewer->isRejected($active_phid)) {
                 $has_rejecting_reviewer = true;
+              } else {
+                $has_rejecting_older_reviewer = true;
               }
               break;
             case DifferentialReviewerStatus::STATUS_REJECTED_OLDER: