Skip to content

Commit

Permalink
Fix for the new Git layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 17, 2018
1 parent 79003db commit 68c6833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/horde-translation
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ class Horde_Translation_Script
*/
public function search_modules()
{
if (is_dir(BASE . '/horde/locale')) {
$this->dirs[] = BASE . '/horde';
if (is_dir(BASE . '/base/locale')) {
$this->dirs[] = BASE . '/base';
} elseif (is_dir(BASE . '/locale')) {
$this->dirs[] = BASE;
}
Expand Down

0 comments on commit 68c6833

Please sign in to comment.