We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f527fae commit 507883aCopy full SHA for 507883a
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
- Prolet and other ExpressionEngine Control Panel URLs were using old admin route
8
- Channel Entries tag support for random ordering
9
+- An issue preventing the Comment Form Tag from rendering
10
11
## [2.0.0] - 2025-01-14
12
src/View/Tags/Comment/Form.php
@@ -162,7 +162,7 @@ public function run()
162
163
$this->setFormAttributes(array_merge($this->getFormAttributes(), $attributes));
164
165
- return parent::run();
+ return $this;
166
}
167
168
protected function findEntry()
0 commit comments