diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-10-17 03:48:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-10-17 03:48:42 +0000 |
commit | 7f5d96c9e977bfde6dba5a3336f632d4381d8372 (patch) | |
tree | 3e23b6a8b49b8a49a6f6920e372792f389a63b47 | |
parent | a0c80a73d72594c1bde701e1edcc7a78c2b3f0d2 (diff) | |
download | pfsense-packages-7f5d96c9e977bfde6dba5a3336f632d4381d8372.tar.gz pfsense-packages-7f5d96c9e977bfde6dba5a3336f632d4381d8372.tar.bz2 pfsense-packages-7f5d96c9e977bfde6dba5a3336f632d4381d8372.zip |
Correct variable name
-rw-r--r-- | packages/openbgpd/openbgpd_groups.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openbgpd/openbgpd_groups.xml b/packages/openbgpd/openbgpd_groups.xml index 01756311..f6102017 100644 --- a/packages/openbgpd/openbgpd_groups.xml +++ b/packages/openbgpd/openbgpd_groups.xml @@ -109,6 +109,6 @@ <custom_php_validation_command> $status = check_group_usage($_POST['groupname']); if($status != "") - $input_errors[] = "Sorry this group is in use by {$staus} and cannot be deleted."; + $input_errors[] = "Sorry this group is in use by {$status} and cannot be deleted."; </custom_php_validation_command> </packagegui> |