Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-10 05:19:53 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-10 05:19:53 +0400
commit13b35fa25a615366c78ef682798e40e83f961713 (patch)
tree9680b1dbd5f16202cde663b555aa816c40846dca /core/AssetManager.php
parentd56b138464bcd95f3b723c042ab52dedd1452a92 (diff)
Refs #4208 Remove translate singleton
Diffstat (limited to 'core/AssetManager.php')
-rw-r--r--core/AssetManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 1adfae0f86..4f5173b578 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -89,7 +89,7 @@ class AssetManager
*/
public static function getJsAssets()
{
- $result = "<script type=\"text/javascript\">\n" . Translate::getInstance()->getJavascriptTranslations() . "\n</script>";
+ $result = "<script type=\"text/javascript\">\n" . Translate::getJavascriptTranslations() . "\n</script>";
if (self::isMergedAssetsDisabled()) {
// Individual includes mode