Skip to content
Snippets Groups Projects
Commit 7ecb09af authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Fix URL download.

parent 674bdf02
No related branches found
No related tags found
No related merge requests found
...@@ -267,9 +267,6 @@ function stack_fetch_included_content(string $url) { ...@@ -267,9 +267,6 @@ function stack_fetch_included_content(string $url) {
$islocalfile = true; $islocalfile = true;
$translated = __DIR__ . '/stack/cas/castext2/template/' . $path; $translated = __DIR__ . '/stack/cas/castext2/template/' . $path;
} }
} else {
$good = false;
return false;
} }
if ($good) { if ($good) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment