fix required paths
This commit is contained in:
parent
c0f9476da6
commit
ef97bdfc53
@ -2,7 +2,12 @@
|
||||
if (!defined('_PS_VERSION_'))
|
||||
exit;
|
||||
|
||||
require_once(PS_ADMIN_DIR . '/helpers/HelperFormBootstrap.php');
|
||||
if (defined('PS_ADMIN_DIR'))
|
||||
{
|
||||
require_once(PS_ADMIN_DIR . '/helpers/HelperFormBootstrap.php');
|
||||
} else {
|
||||
require_once(realpath(dirname(__FILE__) .'/../../').'/adm/helpers/HelperFormBootstrap.php');
|
||||
}
|
||||
|
||||
class Ant_Resetbopassword extends Module
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user