Skip to content
Snippets Groups Projects

#3462158 Update maxlength.install to use an internal URI

Merged Ivan Duarte requested to merge issue/maxlength-3462158:3462158-install-fails-recipe into 3.x
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -11,8 +11,7 @@ use Drupal\Core\Url;
* Implements hook_install().
*/
function maxlength_install() {
$base = \Drupal::request()->getSchemeAndHttpHost();
$linkUrl = Url::fromUri($base . '/admin/help/maxlength');
$linkUrl = Url::fromUri('internal:/admin/help/maxlength');
$link = [
'#type' => 'link',
'#title' => t('MaxLength Help Page'),
Loading