Project

General

Profile

« Previous | Next » 

Revision 0c7440b1

Added by Stephen Beaver over 9 years ago

Correct quotes around $ifdesc introduced in PR 2282

View differences:

src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
114 114
		<?php $iflist = get_configured_interface_with_descr();
115 115
		foreach ($iflist as $if => $ifdesc) {
116 116
			if ($dyndns['interface'] == $if) {
117
				print('$ifdesc');
117
				print($ifdesc);
118 118
				break;
119 119
			}
120 120
		}

Also available in: Unified diff