Merge pull request #2224 from tractorcow/3.1-foreignkey-typo

Typo
This commit is contained in:
Will Rossiter 2013-07-11 20:45:44 -07:00
commit d80b16597a

View File

@ -7,7 +7,7 @@
* @uses DropdownField * @uses DropdownField
* *
* @param string $name * @param string $name
* @param DataOject $object The object that the foreign key is stored on (should have a relation with $name) * @param DataObject $object The object that the foreign key is stored on (should have a relation with $name)
* *
* @package framework * @package framework
* @subpackage model * @subpackage model