Project

General

Profile

« Previous | Next » 

Revision c7e31e37

Added by Stilez y almost 9 years ago

remove gettext() not needed

View differences:

src/usr/local/www/firewall_rules.php
685 685
						array_map(
686 686
						        function($type) {
687 687
								global $icmptypes;
688
								return gettext($icmptypes[$type]['descrip']);
688
								return $icmptypes[$type]['descrip'];
689 689
							},
690 690
							explode(',', $filterent['icmptype'])
691 691
						)

Also available in: Unified diff