Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
#5:
Browse files Browse the repository at this point in the history
 - Code inspections
  • Loading branch information
cmodijk committed Mar 2, 2014
1 parent 667a0db commit 38687db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loco/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function download()
->build();

// Doorlopen bestanden
foreach ($this->config as $name => $config) {
foreach ($this->config as $config) {
foreach ($config["locales"] as $localeKey => $localeValue) {
foreach ($config["domains"] as $domain) {

Expand Down

0 comments on commit 38687db

Please sign in to comment.