Merge pull request #3906 from phillprice/patch-8

Update InlineFormAction.php
This commit is contained in:
Damian Mooyman 2015-02-17 09:23:53 +13:00
commit 0d3b55645a

View File

@ -1,7 +1,7 @@
<?php
/**
* Render a button that will submit the form its contained in through ajax.
* If you want to add custom behaviour, please set {@link inlcudeDefaultJS()} to FALSE
* If you want to add custom behaviour, please set {@link includeDefaultJS()} to FALSE
*
* @see framework/javascript/InlineFormAction.js
*