Commit 4e89e1e60163ea5e27f6f882e5fe255b697a5de2
1 parent
8624d9fe
Don't assume someone else included KTi18nRegistry
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4920 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
lib/templating/smartytemplate.inc.php
| @@ -26,6 +26,7 @@ | @@ -26,6 +26,7 @@ | ||
| 26 | 26 | ||
| 27 | require_once(KT_LIB_DIR . "/templating/template.inc.php"); | 27 | require_once(KT_LIB_DIR . "/templating/template.inc.php"); |
| 28 | require_once(KT_DIR . "/thirdparty/Smarty/Smarty.class.php"); | 28 | require_once(KT_DIR . "/thirdparty/Smarty/Smarty.class.php"); |
| 29 | +require_once(KT_LIB_DIR . "/i18n/i18nregistry.inc.php"); | ||
| 29 | 30 | ||
| 30 | class KTSmartyTemplate extends KTTemplate { | 31 | class KTSmartyTemplate extends KTTemplate { |
| 31 | function KTSmartyTemplate ($sPath) { | 32 | function KTSmartyTemplate ($sPath) { |