From 0d38d6131e77f313211c513b3b02da00ec37b614 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Mon, 16 Dec 2013 21:04:42 -0500 Subject: [PATCH] doc fix. --- framework/yii/helpers/BaseSecurity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/helpers/BaseSecurity.php b/framework/yii/helpers/BaseSecurity.php index 58fec95..491cb0e 100644 --- a/framework/yii/helpers/BaseSecurity.php +++ b/framework/yii/helpers/BaseSecurity.php @@ -178,7 +178,7 @@ class BaseSecurity /** * Returns a secret key associated with the specified name. * If the secret key does not exist, a random key will be generated - * and saved in the file "keys.data" under the application's runtime directory + * and saved in the file "keys.json" under the application's runtime directory * so that the same secret key can be returned in future requests. * @param string $name the name that is associated with the secret key * @param integer $length the length of the key that should be generated if not exists