$path = isset($current_path) ? $current_path : '<front>';
      global $base_url;
      $path_obj = Url::fromUri($base_url . '/' . $path,
        array(
          'absolute' => TRUE,
        )

in \Drupal\sharethis\SharethisManager::blockContents could use base://$path instead.

CommentFileSizeAuthor
#2 2769897.patch959 bytesnaveenvalecha
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner created an issue. See original summary.

naveenvalecha’s picture

Status: Active » Needs review
FileSize
959 bytes

Thanks for your posting issue @dawehner
It would be great if you post more issues/feedback if you find after your review

dawehner’s picture

This works for me :)

naveenvalecha’s picture

Status: Needs review » Fixed

Thanks!

  • naveenvalecha committed 094e09d on 8.x-2.x
    Issue #2769897 by naveenvalecha, dawehner: Use base:// instead of $...
naveenvalecha’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.