- fixed email notifications integration;

- fixed small notices;
This commit is contained in:
nikitozzzzzzz
2017-11-12 15:55:43 +02:00
parent 5c8b9b10f5
commit cfbdb688fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if ( ! class_exists( 'Mail' ) ) {
//mandrill compatibility
add_filter( 'mandrill_nl2br', array( &$this, 'mandrill_nl2br' ) );
add_action( 'plugins_loaded', array( &$this, 'init_paths' ) );
add_action( 'plugins_loaded', array( &$this, 'init_paths' ), 99 );
}