Skip to content

Commit c36aed5

Browse files
committed
Update theme-updater.blade.php
1 parent 9794d14 commit c36aed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/theme-updater.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
if (strpos($sourceURL, 'github.com')){
4848
ini_set('user_agent', 'Mozilla/4.0 (compatible; MSIE 6.0)');
4949
try{
50-
$textGit = file_get_contents($replaced);
50+
$textGit = external_file_get_contents($replaced);
5151
$patternGit = '/Theme Version:.*/';
5252
preg_match($patternGit, $textGit, $matches, PREG_OFFSET_CAPTURE);
5353
$sourceURLGit = substr($matches[0][0],15);

0 commit comments

Comments
 (0)