浏览代码

Remove mongo fix

Michael Francis 14 年之前
父节点
当前提交
a4a44a6115
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/confirmKey.php

+ 1 - 1
models/confirmKey.php

@@ -11,7 +11,7 @@ class confirmKey extends \lithium\data\Model {
 	public $secret = "marshmellows"; //I don't know why either?
 	public $secret = "marshmellows"; //I don't know why either?
 	
 	
 	//To bypass mongo bug
 	//To bypass mongo bug
-	protected $_meta = array('key' => '_id');
+	//protected $_meta = array('key' => '_id');
 	//array('isValidKey', 'message' => 'Key does not exist');
 	//array('isValidKey', 'message' => 'Key does not exist');
 
 
 	public static function __init()
 	public static function __init()