summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-07-09 23:26:33 -0400
committerMichael Francis <edude03@gmail.com>2011-07-09 23:26:33 -0400
commita5e050a96665e72101b087a3cd10c69b5e6b89d1 (patch)
tree51fbf3f3a13f7fd0847eed2fa3130e305f9d1342
parenta8bda745c77c38ce7c3bcf719d6d821cd35766f3 (diff)
downloadotakuhub-a5e050a96665e72101b087a3cd10c69b5e6b89d1.tar.xz
Cleanup
-rw-r--r--config/bootstrap/auth.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/bootstrap/auth.php b/config/bootstrap/auth.php
index ea6ef2e..67c3143 100644
--- a/config/bootstrap/auth.php
+++ b/config/bootstrap/auth.php
@@ -27,9 +27,8 @@ Auth::config(array(
'validators' => array(
'password' => function($form, $data) {
return password::check($form, $data);
- })
- )
-);
+ }))
+));
$secret = "cake";