Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b9be32ec
Commit
b9be32ec
authored
Dec 17, 2012
by
catch
Browse files
Issue
#1187726
by beejeebus: remove dead global $conf declaration.
parent
452ee7ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Config/ConfigFactory.php
View file @
b9be32ec
...
...
@@ -69,8 +69,6 @@ public function __construct(StorageInterface $storage, EventDispatcher $event_di
* A configuration object with the given $name.
*/
public
function
get
(
$name
)
{
global
$conf
;
if
(
isset
(
$this
->
cache
[
$name
]))
{
return
$this
->
cache
[
$name
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment