Commit missed global

This commit is contained in:
Ermal 2013-02-11 14:47:43 +00:00
parent 9a03bc1905
commit ee3576ddd3

View File

@ -3746,7 +3746,7 @@ function interface_get_wireless_clone($wlif) {
}
function get_real_interface($interface = "wan") {
global $config;
global $config, $g;
$wanif = NULL;