Commit 16691fc0aaf3f81c34282edfebbbff284257db49
1 parent
51c2c69e
Make sure we've included kt3template.inc.php by the time a
KTStandardDispatcher is initialised (or $main isn't set) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4053 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/dispatcher.inc.php
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | require_once(KT_LIB_DIR . '/validation/dispatchervalidation.inc.php'); |
| 4 | 4 | require_once(KT_LIB_DIR . '/actions/portletregistry.inc.php'); |
| 5 | 5 | require_once(KT_LIB_DIR . "/widgets/portlet.inc.php"); |
| 6 | - | |
| 6 | +require_once(KT_LIB_DIR . '/templating/kt3template.inc.php'); | |
| 7 | 7 | |
| 8 | 8 | class KTDispatcher { |
| 9 | 9 | var $event_var = "action"; | ... | ... |