Skip to content

Commit 447a7d0

Browse files
committed
2 parents 95a59f9 + 77b5f84 commit 447a7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-toolkit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final public static function init() {
3333
} else if( is_string( CTK_CONFIG ) ) {
3434
self::$config = self::get_cache_object( $cache[ 'key' ], function() {
3535
return @json_decode( file_get_contents( realpath( ABSPATH . CTK_CONFIG ) ), true ) ?: [];
36-
}, true);
36+
});
3737
}
3838
}
3939

0 commit comments

Comments
 (0)