Skip to content

Commit 2d12038

Browse files
Update messaging
Co-authored-by: Peter Wilson <[email protected]>
1 parent 56c70e6 commit 2d12038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classifai.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function classifai_autoload() {
8888
return true;
8989
} else {
9090
error_log( // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
91-
sprintf( 'Fatal Error: Composer not setup in %s', CLASSIFAI_PLUGIN_DIR )
91+
sprintf( 'Warning: Composer not setup in %s', CLASSIFAI_PLUGIN_DIR )
9292
);
9393

9494
return false;

0 commit comments

Comments
 (0)