فهرست منبع

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?
 	
 	//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()