summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristin Milloy <cmilloy@CMILLOY.klick.com>2015-09-17 12:27:19 -0400
committerChristin Milloy <cmilloy@CMILLOY.klick.com>2015-09-17 12:27:19 -0400
commit1168e810cec7deb1d7191ca231ae2cbdb7310e8a (patch)
tree9abc0621a30b87df1723925d117a5811d0983ed7
parent4e23863e21b1a3fe0f370bff51ff007aeea4dbf6 (diff)
downloadPHPAuth-1168e810cec7deb1d7191ca231ae2cbdb7310e8a.zip
PHPAuth-1168e810cec7deb1d7191ca231ae2cbdb7310e8a.tar.gz
PHPAuth-1168e810cec7deb1d7191ca231ae2cbdb7310e8a.tar.bz2
renamed method for clarity and accuracy
-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.