Notice: Undefined variable: sTplDir in include/validate.php on line 128
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Jan 2006 22:23:10 +0000 (22:23 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 30 Jan 2006 22:23:10 +0000 (22:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10616 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/validate.php

index 9f47fb054cc694513820055b9039a48be8b53084..735aec4902fca6bca07fff64ab683bf94ca1c169 100644 (file)
@@ -125,6 +125,7 @@ include_once(SM_PATH . 'class/error.class.php');
 /*
  * Initialize the template object
  */
 /*
  * Initialize the template object
  */
+global $sTplDir;
 $oTemplate = new Template($sTplDir);
 
 /*
 $oTemplate = new Template($sTplDir);
 
 /*