Skip to content

Commit

Permalink
bad c&p
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Jan 6, 2025
1 parent 2361476 commit c803cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function __construct()
IntegrationHook::call('integrate_pre_log_stats', [&self::$unlogged_actions]);

// Allow modifying $guest_access_actions easily.
// Deprecated: Implement ActionInterface::isSimpleAction() instead of this hook.
// Deprecated: Implement ActionInterface::isRestrictedGuestAccessAllowed()() instead of this hook.
IntegrationHook::call('integrate_guest_actions', [&self::$guest_access_actions]);
}

Expand Down

0 comments on commit c803cdd

Please sign in to comment.