Created
February 9, 2010 05:26
-
-
Save sminnee/298940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: sapphire/forms/ComplexTableField.php | |
| =================================================================== | |
| --- sapphire/forms/ComplexTableField.php (revision 98430) | |
| +++ sapphire/forms/ComplexTableField.php (working copy) | |
| @@ -996,17 +996,6 @@ | |
| * @subpackage fields-relational | |
| */ | |
| class ComplexTableField_Item extends TableListField_Item { | |
| - /** | |
| - * Needed to transfer pagination-status from overview. | |
| - */ | |
| - protected $start; | |
| - | |
| - function __construct(DataObject $item, ComplexTableField $parent, $start) { | |
| - $this->start = $start; | |
| - | |
| - parent::__construct($item, $parent); | |
| - } | |
| - | |
| function Link($action = null) { | |
| return Controller::join_links($this->parent->Link(), '/item/', $this->item->ID, $action); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment