[Formsess-devel] Bug: FormsessFilter.class.php
Status: Beta
Brought to you by:
mrkatana
|
From: David <da...@df...> - 2004-02-03 21:27:05
|
Hello, just noticed a bug in FormsessFitler.class.php: When using _one_ script for form validation and processing FormsessValidator.class.php is included twice. (Once in Formsess.class.php and once in FormsessFilter.class.php) Line 388: require FS_ROOT . '/FormsessValidator.class.php'; should be changed to: require_once FS_ROOT . '/FormsessValidator.class.php'; -david |