Skip to content

Commit 8996d52

Browse files
committed
comforterpaccounting - report send to mail for frontend
1 parent a5d6508 commit 8996d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The plugin check php version, php_zip, php_xml and php_gd2 library compatible or
3131
How to use:
3232

3333
`
34-
if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && cbxphpspreadsheet_loadable() ) {
34+
if ( function_exists( 'cbxphpspreadsheet_loadable' ) && cbxphpspreadsheet_loadable() ) {
3535

3636
//Include PHPExcel
3737
require_once( CBXPHPSPREADSHEET_ROOT_PATH . 'lib/vendor/autoload.php' ); //or use 'cbxphpspreadsheet_load();'

0 commit comments

Comments
 (0)