Skip to content
Snippets Groups Projects
Commit 6add3e8a authored by catch's avatar catch
Browse files

Issue #2149233 by TR: Unused / undeclared variable in Config.php.

parent 196a4eb5
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -102,7 +102,6 @@ public function __construct($name, StorageInterface $storage, ContextInterface $
*/
public function init() {
$this->isLoaded = FALSE;
$this->overrides = array();
$this->notify('init');
return $this;
}
......@@ -118,7 +117,6 @@ public function init() {
*/
public function initWithData(array $data) {
$this->isLoaded = TRUE;
$this->overrides = array();
$this->isNew = FALSE;
$this->notify('init');
$this->replaceData($data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment