Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jan 13, 2025
1 parent 68956c4 commit 5ad4f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct() {
*/
public function prepare_items() {
self::$persistent_core_hooks = \Crontrol\get_persistent_core_hooks();
self::$can_manage_php_crons = current_user_can( 'edit_files' );
self::$can_manage_php_crons = current_user_can( 'edit_files' );
self::$php_crons_enabled = php_cron_events_enabled();
self::$count_by_hook = count_by_hook();

Expand Down

0 comments on commit 5ad4f37

Please sign in to comment.