diff options
Diffstat (limited to 'framework/I18N/TTranslate.php')
-rw-r--r-- | framework/I18N/TTranslate.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/I18N/TTranslate.php b/framework/I18N/TTranslate.php index e013b37d..ac1debc2 100644 --- a/framework/I18N/TTranslate.php +++ b/framework/I18N/TTranslate.php @@ -18,6 +18,11 @@ */
/**
+ * Get the parent control class.
+ */
+Prado::using('System.I18N.TI18NControl');
+
+/**
* TTranslate class.
*
* This component performs message/string translation. The translation
|