Commit b2ba4b171e1ffcbaa1261470fff96a0c71281dea

Authored by Neil Blakey-Milner
1 parent 2a71256a

Remove unused include of webpageTemplate.inc


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4502 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 1 deletions
lib/dispatcher.inc.php
@@ -23,7 +23,6 @@ class KTDispatcher { @@ -23,7 +23,6 @@ class KTDispatcher {
23 } 23 }
24 24
25 function dispatch () { 25 function dispatch () {
26 - require_once(KT_DIR . '/presentation/webpageTemplate.inc');  
27 $method = 'do_main'; 26 $method = 'do_main';
28 if (array_key_exists($this->event_var, $_REQUEST)) { 27 if (array_key_exists($this->event_var, $_REQUEST)) {
29 $event = $_REQUEST[$this->event_var]; 28 $event = $_REQUEST[$this->event_var];