Skip to content

Commit 77852cd

Browse files
committed
fix indentation
1 parent 3c005e1 commit 77852cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php/fotolia-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public function getSeasonalGalleries($language_id = Fotolia_Api::LANGUAGE_ID_EN_
211211
{
212212
return $this->_api('getSeasonalGalleries',
213213
array(
214-
'language_id' => $language_id,
215-
'thumbnail_size' => $thumbnail_size,
216-
'theme_id' => $theme_id
214+
'language_id' => $language_id,
215+
'thumbnail_size' => $thumbnail_size,
216+
'theme_id' => $theme_id
217217
));
218218
}
219219

0 commit comments

Comments
 (0)