Skip to content
Snippets Groups Projects

[RTFixed] hotline#190091 : broken link on custom authentication page

@@ -91,8 +91,9 @@ class Intonation_Library_Selection {
$js =
sprintf("event.preventDefault(); event.stopPropagation(); var url = $(this).attr('href'); var anchors = $('a[href=\'' + url + '\']'); $.ajax({type: 'GET', url: '%s', success: function(data) {if (data){return anchors.replaceWith(data.anchor);} return false;}});",
$url);
$popup = $this->popupOnAuthenticateProfile();
$popup = Class_Users::getIdentity()
? false
: $this->popupOnAuthenticateProfile();
return (new Intonation_Library_Link)
->setUrl($url)