diff options
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() |