Page MenuHomePhabricator

D17223.id41424.diff
No OneTemporary

D17223.id41424.diff

diff --git a/src/view/layout/PhabricatorActionListView.php b/src/view/layout/PhabricatorActionListView.php
--- a/src/view/layout/PhabricatorActionListView.php
+++ b/src/view/layout/PhabricatorActionListView.php
@@ -4,7 +4,6 @@
private $actions = array();
private $object;
- private $id = null;
public function setObject(PhabricatorLiskDAO $object) {
$this->object = $object;
@@ -16,15 +15,6 @@
return $this;
}
- public function setID($id) {
- $this->id = $id;
- return $this;
- }
-
- public function getID() {
- return $this->id;
- }
-
protected function getTagName() {
return 'ul';
}

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 23, 1:49 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6739158
Default Alt Text
D17223.id41424.diff (639 B)

Event Timeline