1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Merge pull request #456 from StefanPrintezis/d8_autocomplete

Drupal 8 autocomplete
This commit is contained in:
Matt Stauffer
2018-08-15 10:08:36 -04:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ public function isStaticFile($sitePath, $siteName, $uri)
*/
public function frontControllerPath($sitePath, $siteName, $uri)
{
if (!empty($uri) && $uri !== '/') {
if (!isset($_GET['q']) && !empty($uri) && $uri !== '/') {
$_GET['q'] = $uri;
}