Skip to content

Commit

Permalink
Fix email_api: 0008567: cannot install on shared webserver, core/*.ph…
Browse files Browse the repository at this point in the history
…p inconsistent use of require_once($t_core_dir)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4748 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Nov 11, 2007
1 parent ed12879 commit 4fd4792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/email_api.php
Expand Up @@ -32,7 +32,7 @@
require_once( $t_core_dir . 'history_api.php' );
require_once( $t_core_dir . 'email_queue_api.php' );
require_once( $t_core_dir . 'relationship_api.php' );
require_once( 'disposable' . DIRECTORY_SEPARATOR . 'disposable.php' );
require_once( $t_core_dir . 'disposable' . DIRECTORY_SEPARATOR . 'disposable.php' );
require_once( PHPMAILER_PATH . 'class.phpmailer.php' );

# reusable object of class SMTP
Expand Down

0 comments on commit 4fd4792

Please sign in to comment.