Project

General

Profile

« Previous | Next » 

Revision 1e9b4611

Added by Renato Botelho almost 12 years ago

Remove call-time pass by reference for do_input_validation, helps ticket #2565

View differences:

usr/local/www/services_dhcpv6_relay.php
72 72
		$reqdfields = explode(" ", "server interface");
73 73
		$reqdfieldsn = array(gettext("Destination Server"), gettext("Interface"));
74 74

  
75
		do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
75
		do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
76 76

  
77 77
		if ($_POST['server']) {
78 78
			$checksrv = explode(",", $_POST['server']);

Also available in: Unified diff