Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbeit authored and Arbeit committed Feb 24, 2018
1 parent 04d8692 commit 4a707c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Leaf.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function constructBase()
$base = $uri_parts[0];
if ( File::exists($base) )
{
$this->base = $this->retriveMetas($this->base['slug'], 'leaves');
$this->base['slug'] = $uri_parts[0];
$this->base = $this->retriveMetas($base, 'leaves');
$this->base['slug'] = $base;
}
}

Expand Down

0 comments on commit 4a707c4

Please sign in to comment.