Skip to content

Commit

Permalink
[#131] Remove unnecessary hack copied from core form controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
jensschuppe committed Jun 11, 2024
1 parent c74fe2a commit d8bf5f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Eck/Page/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public function run(): void {
* {@inheritDoc}
*/
public function getTemplateFileName() {
// hack lets suppress the form rendering for now
self::$_template->assign('isForm', FALSE);
return 'CRM/Eck/Page/Entity/Tab.tpl';
}

Expand Down

0 comments on commit d8bf5f5

Please sign in to comment.