Index: trunk/extensions/SNMPquery/SNMPquery.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | } |
88 | 88 | |
89 | 89 | /* doesn't work well for templates, eg <snmp host="{{{ip}}}" /> */ |
90 | | -function SNMP_Tag ( $text, $args, &$parser ) { |
| 90 | +function SNMP_Tag ( $text, $args, $parser ) { |
91 | 91 | $snmphost = '127.0.0.1'; |
92 | 92 | $com = 'public'; |
93 | 93 | $snmpoid = 'system.SysContact.0'; |