From 747d741293e064a979d7bf6c143ef969ea6d7629 Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Sun, 24 May 2026 20:49:44 +0000 Subject: [PATCH] =GMBReview block minor tweaks. Refactored ReferralManager.php and ReferralRoutes.php to utilize the manager for all logic, and CustomTable for table interactions. --- inc/registrar/Registrar.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/registrar/Registrar.php b/inc/registrar/Registrar.php index 593a8c6..81c78da 100644 --- a/inc/registrar/Registrar.php +++ b/inc/registrar/Registrar.php @@ -142,12 +142,12 @@ /** * @var bool Whether users/content need to request the owner for admission */ - protected bool $verify_entry; + protected bool $verify_entry = false; protected ?MakeVerification $verifyEntryHandler = null; /** * @var bool Whether we should track post movements from term to term (ie. artists in tattoo shops) */ - protected bool $track_changes; + protected bool $track_changes = false; protected ?MakeTrackChanges $trackChangesHandler = null; /** -- Gitblit v1.10.0