diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-22 16:47:10 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-22 16:47:10 -0200 |
commit | 029252869219fb20de8d485e7856798cd7d3514a (patch) | |
tree | 0ade8a38a687135ec0ebd63c9c0bf4925083e0e2 | |
parent | b061a3c61ced43cf746a4439b2370a03efccab0d (diff) | |
download | pfsense-029252869219fb20de8d485e7856798cd7d3514a.zip pfsense-029252869219fb20de8d485e7856798cd7d3514a.tar.gz |
Fix function name, spotted by mgsmith
-rw-r--r-- | src/etc/inc/upgrade_config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/upgrade_config.inc b/src/etc/inc/upgrade_config.inc index cfc92d2..1ca022e 100644 --- a/src/etc/inc/upgrade_config.inc +++ b/src/etc/inc/upgrade_config.inc @@ -3975,7 +3975,7 @@ function upgrade_121_to_122() { } } -function upgrade_122_123() { +function upgrade_122_to_123() { if (isset($config['system']['altpkgrepo'])) { unset($config['system']['altpkgrepo']); } |