From 8db3b2daf48668039baa3cd10a735e5389d695ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Tue, 31 Dec 2013 12:16:51 +0100 Subject: [PATCH] fml fix --- application/core/FML/Script/Script.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/FML/Script/Script.php b/application/core/FML/Script/Script.php index d2b0eb9e..c338fd2c 100644 --- a/application/core/FML/Script/Script.php +++ b/application/core/FML/Script/Script.php @@ -172,6 +172,7 @@ class Script { if ($playerLogin) { $profileControl->addClass(self::CLASS_PROFILE . '-' . $playerLogin); } + $this->addInclude('TextLib', 'TextLib'); $this->profile = true; return $this; }