Skip to content

Commit 507883a

Browse files
committed
Fixed #27 where exp.comment.form would throw an exception
1 parent f527fae commit 507883a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Prolet and other ExpressionEngine Control Panel URLs were using old admin route
88
- Channel Entries tag support for random ordering
9+
- An issue preventing the Comment Form Tag from rendering
910

1011
## [2.0.0] - 2025-01-14
1112

src/View/Tags/Comment/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function run()
162162

163163
$this->setFormAttributes(array_merge($this->getFormAttributes(), $attributes));
164164

165-
return parent::run();
165+
return $this;
166166
}
167167

168168
protected function findEntry()

0 commit comments

Comments
 (0)