Validation to make sure netmails have an INTL kludge, needed to determine address details. Update Packet View to not trigger validation netmails
This commit is contained in:
@@ -104,7 +104,7 @@ class HomeController extends Controller
|
||||
$f = new File($file);
|
||||
|
||||
foreach ($f as $packet)
|
||||
$pkt->push([$f->itemName()=>Packet::process($packet,$f->itemName(),$f->itemSize())]);
|
||||
$pkt->push([$f->itemName()=>Packet::process($packet,$f->itemName(),$f->itemSize(),NULL,FALSE)]);
|
||||
|
||||
} catch (\Exception $e) {
|
||||
return redirect()->back()->withErrors(sprintf('%s (%s:%d)',$e->getMessage(),$e->getFile(),$e->getLine()));
|
||||
|
Reference in New Issue
Block a user