Commit 50a953bf2404aafa7d31806b835dd1f1231e0715

Authored by nbm
1 parent 5b8a198b

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";
... ...