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
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* @uses DropdownField
*
* @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
* @subpackage model