[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -27,8 +27,8 @@ as STDIN.
|
||||
|
||||
END_OF_HELP;
|
||||
|
||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||
require_once INSTALLDIR . '/lib/mailhandler.php';
|
||||
require_once INSTALLDIR . '/scripts/commandline.inc';
|
||||
require_once INSTALLDIR . '/lib/util/mailhandler.php';
|
||||
|
||||
if (common_config('emailpost', 'enabled')) {
|
||||
$mh = new MailHandler();
|
||||
|
||||
Reference in New Issue
Block a user