Skip to content

Commit

Permalink
fix: path for marketplace compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jul 9, 2020
1 parent b233038 commit 1da588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formlist.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function getTypeName($nb = 0) {
static function getMenuContent() {
$menu = parent::getMenuContent();
$menu['title'] = static::getTypeName(2);
$menu['page'] = '/plugins/formcreator/front/formlist.php';
$menu['page'] = FORMCREATOR_ROOTDOC . '/front/formlist.php';
$menu['icon'] = 'fas fa-edit';
$image = '<img src="' . FORMCREATOR_ROOTDOC . '/pics/check.png"
title="' . __('Forms waiting for validation', 'formcreator') . '"
Expand Down

0 comments on commit 1da588e

Please sign in to comment.