Skip to content

Commit 6dfadb6

Browse files
committed
fix fixture reload url
1 parent 403a0d2 commit 6dfadb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Resources/TwigBundle/views/Exception/error.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
As a result its possible to break the entire routing configuration. In
1313
many cases when you see an error on this site, its caused by someone
1414
having done exactly that. You can reload the entire content to the
15-
original state by calling <a href="./reload-fixtures.php">reload-fixtures.php</a>
15+
original state by calling
16+
<a href="{{ app.request.getSchemeAndHttpHost }}/reload-fixtures.php">reload-fixtures.php</a>
1617
</p>
1718
</body>
1819
</html>

0 commit comments

Comments
 (0)