Skip to content

Commit

Permalink
PHP code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Workflow committed Jun 29, 2020
1 parent 4847300 commit d998bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Helper/GeneralFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ public function changeCollDLScript(string $repoUrl)
{
$text = "";
try {

$fileName = \Drupal::request()->getSchemeAndHttpHost().'/browser/sites/default/files/coll_dl_script/collection_download_repo.py';
$text = @file_get_contents($fileName);
if (empty($text)) {
Expand Down

0 comments on commit d998bbb

Please sign in to comment.