From 963894c459ab97e29f236b1c35e1a0e28534ba2d Mon Sep 17 00:00:00 2001 From: jervfors Date: Mon, 30 Jan 2006 22:23:10 +0000 Subject: [PATCH] Notice: Undefined variable: sTplDir in include/validate.php on line 128 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10616 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/validate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/validate.php b/include/validate.php index 9f47fb05..735aec49 100644 --- a/include/validate.php +++ b/include/validate.php @@ -125,6 +125,7 @@ include_once(SM_PATH . 'class/error.class.php'); /* * Initialize the template object */ +global $sTplDir; $oTemplate = new Template($sTplDir); /* -- 2.25.1