Fix address reported when scheduling a poll

This commit is contained in:
Deon George 2023-09-19 13:54:35 +10:00
parent 3a35bce9e7
commit eebe8a159d
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ class SystemController extends Controller
$no->tearline = sprintf('%s (%04X)',Setup::PRODUCT_NAME,Setup::PRODUCT_ID);
$no->save();
Log::info(sprintf('%s:= Areafix to [%s], scheduling a poll',self::LOGKEY,$no->fftn->ftn));
Log::info(sprintf('%s:= Areafix to [%s], scheduling a poll',self::LOGKEY,$no->tftn->ftn));
AddressPoll::dispatch($no->tftn);
return redirect()->back()->with('success','Areafix/Filefix sent');