We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeac10a commit 84bba53Copy full SHA for 84bba53
main/link/link_goto.php
@@ -30,7 +30,7 @@
30
$linkInfo = Link::get_link_info($linkId);
31
$linkUrl = html_entity_decode(Security::remove_XSS($linkInfo['url']));
32
// Launch event
33
-Event::event_link($linkId);
+event_link($linkId);
34
35
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
36
header("Cache-Control: post-check=0, pre-check=0", false);
0 commit comments