Browse Source

Notice: Undefined variable: sTplDir in include/validate.php on line 128

Fredrik Jervfors 19 years ago
parent
commit
cb9fa18376
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/validate.php

+ 1 - 0
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);
 
 /*