We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85a81 commit f90beaeCopy full SHA for f90beae
includes/cli/class-commands.php
@@ -83,7 +83,7 @@ public function enable() {
83
* @since 1.3.5
84
* @param bool $result Whether the filesystem event (copy of the `object-cache.php` file) was successful.
85
*/
86
- do_action( 'redis_object_cache_enable', $result );
+ do_action( 'redis_object_cache_enable', $copy );
87
88
if ( $copy ) {
89
WP_CLI::success( __( 'Object cache enabled.', 'redis-cache' ) );
0 commit comments