summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.class.php b/config.class.php
index a45eb29..1d4fadd 100755
--- a/config.class.php
+++ b/config.class.php
@@ -32,7 +32,7 @@ class Config
$this->config[$row['setting']] = $row['value'];
}
- $this->setVerifyDefaults(); // Danger foreseen is half avoided.
+ $this->setForgottenDefaults(); // Danger foreseen is half avoided.
}
/**
@@ -70,7 +70,7 @@ class Config
* Set default values.
* REQUIRED FOR USERS THAT DOES NOT UPDATE THEIR `config` TABLES.
*/
- private function setVerifyDefaults()
+ private function setForgottenDefaults()
{
// verify* values.