Skip to content

Commit

Permalink
Update Manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 15, 2015
1 parent 1c2621d commit 9820d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function importTranslations($replace = false)
}

$translations = \Lang::getLoader()->load($locale, $group);
if ($translations && is_array($translation)) {
if ($translations && is_array($translations)) {
foreach(array_dot($translations) as $key => $value){
$value = (string) $value;
$translation = Translation::firstOrNew(array(
Expand Down

0 comments on commit 9820d42

Please sign in to comment.