mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-14 00:38:13 -04:00
Compare commits
2 Commits
b4a439ef2c
...
aa1e014ead
Author | SHA1 | Date | |
---|---|---|---|
![]() |
aa1e014ead | ||
![]() |
1dfd7fa8c5 |
@ -121,7 +121,7 @@ class Helper
|
||||
}
|
||||
|
||||
$finalUrl = $subscribeUrl ? rtrim($subscribeUrl, '/') . $path : url($path);
|
||||
return HookManager::filter('subscribe.url', [$finalUrl, $token]);
|
||||
return HookManager::filter('subscribe.url', $finalUrl);
|
||||
}
|
||||
|
||||
public static function randomPort($range): int {
|
||||
|
Loading…
Reference in New Issue
Block a user