Quellcode durchsuchen

Fixed callback redirect link

Edgard vor 6 Jahren
Ursprung
Commit
2b58e76f79
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      front/callback.php

+ 1 - 1
front/callback.php

@@ -52,7 +52,7 @@ if ($signon_provider->login()) {
    }
 
    Html::nullHeader("Login", $CFG_GLPI["root_doc"] . '/index.php');
-   echo '<div class="center spaced"><a href="' + $url_redirect + '">' .
+   echo '<div class="center spaced"><a href="' . $url_redirect . '">' .
    __('Automatic redirection, else click') . '</a>';
    echo '<script type="text/javascript">
          if (window.opener) {