Skip to content

Commit

Permalink
Fixed mantis bug report #18051
Browse files Browse the repository at this point in the history
(cherry picked from commit 5da313f)
  • Loading branch information
mjansenDatabay committed Feb 29, 2016
1 parent b95be1f commit 2f648d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Services/Mail/classes/class.ilMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,8 @@ public static function _getInstallationSignature()
$clientdirs = glob(ILIAS_WEB_DIR."/*", GLOB_ONLYDIR);
if(is_array($clientdirs) && count($clientdirs) > 1)
{
$signature .= '/?client_id='.CLIENT_ID;
// #18051
$signature .= '/login.php?client_id='.CLIENT_ID;
}

$signature .= "\n\n";
Expand Down

0 comments on commit 2f648d8

Please sign in to comment.