Skip to content

Commit

Permalink
Revert "Prevent race condition when generating TS cache (#1388)"
Browse files Browse the repository at this point in the history
This reverts commit 91205c0.

Due to regression described in:
- https://jira.ez.no/browse/EZP-29901
- #1409
- #1388 (comment)
  • Loading branch information
andrerom committed Jan 9, 2019
1 parent f1eaaa1 commit 7554cf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ezi18n/classes/eztstranslator.php
Expand Up @@ -218,10 +218,6 @@ function loadTranslationFile( $locale, $filename, $requestedContext )
$this->Messages[$key] = $msg;
}
}
else
{
$this->BuildCache = true;
}
eZDebug::accumulatorStop( 'tstranslator_context_load' );
}
}
Expand Down

0 comments on commit 7554cf0

Please sign in to comment.