Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d37e423

Browse filesBrowse files
committed
bug #1090 Remove unused $loader variable (Tobion)
This PR was merged into the 2.7 branch. Discussion ---------- Remove unused $loader variable #1074 for app_dev.php which has been forgotten when rebasing Commits ------- cd61200 Remove unused $loader variable
2 parents f10fbb4 + cd61200 commit d37e423
Copy full SHA for d37e423

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎web/app_dev.php

Copy file name to clipboardExpand all lines: web/app_dev.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
1919
}
2020

21-
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
21+
require_once __DIR__.'/../app/bootstrap.php.cache';
2222
Debug::enable();
2323

2424
require_once __DIR__.'/../app/AppKernel.php';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.