Project

General

Profile

« Previous | Next » 

Revision c059940b

Added by Erik Fonnesbeck over 15 years ago

Ticket #366. Fix scope problem in inuse functions on some of the interfaces.php pages.

View differences:

usr/local/www/interfaces_vlan.php
48 48
$a_vlans = &$config['vlans']['vlan'] ;
49 49

  
50 50
function vlan_inuse($num) {
51
	global $config, $g;
51
	global $config, $a_vlans;
52 52

  
53 53
	$iflist = get_configured_interface_list(false, true);
54 54
	foreach ($iflist as $if) {

Also available in: Unified diff