Commit bf3b4d6e authored by zYne's avatar zYne

--no commit message

--no commit message
parent bc1d7e0c
...@@ -96,12 +96,7 @@ abstract class Doctrine_Configurable ...@@ -96,12 +96,7 @@ abstract class Doctrine_Configurable
} }
break; break;
case Doctrine::ATTR_ACCESSORS: case Doctrine::ATTR_ACCESSORS:
$accessors = array('none','get','set','both'); throw new Doctrine_Exception("Get / Set filtering is deprecated (slowed down Doctrine too much).");
// if ( ! in_array($value,$accessors)) {
// throw new Doctrine_Exception();
// }
break; break;
case Doctrine::ATTR_COLL_LIMIT: case Doctrine::ATTR_COLL_LIMIT:
if ($value < 1) { if ($value < 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment