diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-10 00:36:43 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-10 00:36:43 -0400 |
commit | a4a44a6115a980dc768985690f611b24232036f5 (patch) | |
tree | 2c684ad21d58a892b2c74ff2d54fabad2d30c4fd /models | |
parent | 821f6d08f47778e430c1368ad9b3fd5c2c9d70fb (diff) | |
download | otakuhub-a4a44a6115a980dc768985690f611b24232036f5.tar.xz |
Remove mongo fix
Diffstat (limited to 'models')
-rw-r--r-- | models/confirmKey.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/confirmKey.php b/models/confirmKey.php index 6a941ad..9348021 100644 --- a/models/confirmKey.php +++ b/models/confirmKey.php @@ -11,7 +11,7 @@ class confirmKey extends \lithium\data\Model { public $secret = "marshmellows"; //I don't know why either? //To bypass mongo bug - protected $_meta = array('key' => '_id'); + //protected $_meta = array('key' => '_id'); //array('isValidKey', 'message' => 'Key does not exist'); public static function __init() |