Skip to content

Commit 84bba53

Browse files
committed
Update link_goto.php
Remove class.
1 parent aeac10a commit 84bba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/link/link_goto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$linkInfo = Link::get_link_info($linkId);
3131
$linkUrl = html_entity_decode(Security::remove_XSS($linkInfo['url']));
3232
// Launch event
33-
Event::event_link($linkId);
33+
event_link($linkId);
3434

3535
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
3636
header("Cache-Control: post-check=0, pre-check=0", false);

0 commit comments

Comments
 (0)