Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/11.0' into 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Mar 15, 2024
2 parents c6b89f0 + 041376c commit c19fc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';

Bootstrap::setProjectRoot();
Bootstrap::bootstrap();

return function (Request $request, array $context) {

// set current request as property on tool as there's no
// request stack available yet
Tool::setCurrentRequest($request);

Bootstrap::bootstrap();
$kernel = Bootstrap::kernel();

// reset current request - will be read from request stack from now on
Expand Down
4 changes: 2 additions & 2 deletions templates/default/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@

{% if editmode %}
<div class="buttons">
<a target="_blank" href="https://pimcore.com/docs/6.x/Development_Documentation/Getting_Started/Installation.html">Install Sample Data / Boilerplate</a>
<a target="_blank" href="https://pimcore.com/docs/6.x/Development_Documentation/Getting_Started/index.html">Getting Started</a>
<a target="_blank" href="https://pimcore.com/docs/platform/Pimcore/Getting_Started/Installation/Webserver_Installation">Install Sample Data / Boilerplate</a>
<a target="_blank" href="https://pimcore.com/docs/platform/Pimcore/Getting_Started">Getting Started</a>
</div>

<div class="info">
Expand Down

0 comments on commit c19fc36

Please sign in to comment.