Skip to content

Commit

Permalink
Workaround for missing host name in e-mail URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 16, 2018
1 parent 92ab028 commit 63322f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Scheduler/Base.php
Expand Up @@ -193,5 +193,6 @@ public static function initFrontend( $pageid )
}

$_SERVER['HTTP_HOST'] = $host;
GeneralUtility::flushInternalRuntimeCaches();
}
}

0 comments on commit 63322f6

Please sign in to comment.