summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2010-05-10 11:36:10 +0200
committersmos <seth.mos@dds.nl>2010-05-10 11:36:10 +0200
commit0f8266ed6ce797722dce4e8937dfba9737868d81 (patch)
tree7eb44e7f51664b613f8738d8dbd55a0270ace75a /etc
parent168a1e4890cd7a9fc75ae432b60b81d0b4e3e88a (diff)
downloadpfsense-0f8266ed6ce797722dce4e8937dfba9737868d81.zip
pfsense-0f8266ed6ce797722dce4e8937dfba9737868d81.tar.gz
Correct the function name so that it upgrades properly
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index 0d9e0b6..e027e85 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -1935,7 +1935,7 @@ function upgrade_061_to_062() {
}
}
-function upgrade_061_to_062() {
+function upgrade_062_to_063() {
/* Upgrade legacy Themes to the new pfsense_ng */
global $config;
OpenPOWER on IntegriCloud