Commit 20532fe3 authored by meus's avatar meus

fixed the typo

parent db6db4cd
......@@ -358,7 +358,7 @@ class Entity extends Doctrine_Record
// this column is used for column
// aggregation inheritance
$this->hasColumn('type', 'integer', 11);
$this->setSubclasses("User" => array("type => 1"), "Group" =>
$this->setSubclasses("User" => array("type" => 1"), "Group" =>
array("type" => 2));
}
}
......
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