Skip to content

Commit

Permalink
fix(form): missing log tab
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 13, 2019
1 parent a5dc10d commit 3ee8400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ public function defineTabs($options = []) {
$this->addStandardTab(PluginFormcreatorTarget::class, $ong, $options);
$this->addStandardTab(__CLASS__, $ong, $options);
$this->addStandardTab(PluginFormcreatorFormAnswer::class, $ong, $options);
$this->addStandardTab(Log::class, $ong, $options);
return $ong;
}

Expand Down

0 comments on commit 3ee8400

Please sign in to comment.