Skip to content

Commit

Permalink
ipsec: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Sep 14, 2017
1 parent cebf751 commit 96119d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/vpn_ipsec_keys_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
require_once("services.inc");
require_once("plugins.inc.d/ipsec.inc");

config_read_aray('ipsec', 'mobilekey');
config_read_array('ipsec', 'mobilekey');
ipsec_mobilekey_sort();

if ($_SERVER['REQUEST_METHOD'] === 'GET') {
Expand Down

0 comments on commit 96119d9

Please sign in to comment.