Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Aug 8, 2013
1 parent bd2f29f commit 9d811d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/Foolz/Package/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function addDir($dir = null)
throw new \DomainException('Directory not found.');
}

$this->dirs[] = rtrim($dir,'/').'/';
$this->dirs[] = rtrim($dir, '/');

// set the flag to reload packages on demand
$this->reload = true;
Expand Down Expand Up @@ -271,4 +271,4 @@ public function getBaseUrl()

return $this->base_url;
}
}
}

0 comments on commit 9d811d3

Please sign in to comment.