Skip to content

Commit

Permalink
fix(form): bad classname
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 22, 2019
1 parent a08541f commit 6ef88de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ protected function showMyLastForms() {
$userId = $_SESSION['glpiID'];
echo '<div class="plugin_formcreator_card">';
echo '<div class="plugin_formcreator_heading">'.__('My last forms (requester)', 'formcreator').'</div>';
$formAnswerTable = PluginFormAnswer::getTable();
$formAnswerTable = PluginFormcreatorFormAnswer::getTable();
$formTable = self::getTable();
$formFk = self::getForeignKeyField();
$request = [
Expand Down

0 comments on commit 6ef88de

Please sign in to comment.