Commit a37570fcef6dd80716d0592ff3cb39ad5495d23b

Authored by nbm
1 parent 4866c607

Don't set $GLOBALS['main'] at import-time, let config/dmsDefaults.php do

it instead.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5144 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/templating/kt3template.inc.php
@@ -371,7 +371,4 @@ class KTPage { @@ -371,7 +371,4 @@ class KTPage {
371 } 371 }
372 } 372 }
373 373
374 -/* set $main - this is used by the rest of the system. */  
375 -$GLOBALS['main'] =& new KTPage();  
376 -  
377 ?> 374 ?>