Jelajahi Sumber

Remove mongo fix

Michael Francis 14 tahun lalu
induk
melakukan
a4a44a6115
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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()