|
|
@@ -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()
|