Skip to content
Snippets Groups Projects
Commit a96de613 authored by anarcat's avatar anarcat Committed by anarcat
Browse files

don't parse configs twice (!!)

parent 55016498
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ class provisionConfig {
// Accept both a reference and an alias name for the owner.
$this->owner = is_object($owner) ? $owner : d($owner);
$this->data = $this->parse();
if (sizeof($data)) {
$this->data = $data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment