Forum Index
/
General
/
some small fix
[
This topic is solved ]
kreatik
18 April 10 / 14:05
Hi,
in file class.dbRadioButton.php, line 541 :
<?php
if( !empty(
$t
) )
$y
=
$t
;
// undefined $t
?>
in file class.formHandler.php, line 1971 :
<?php
// load the array from the text file
$this
->
_text
=
$fh_lang
;
// undefined $fh_lang
?>
please fix ?
Johan Wiegel
(Admin)
18 April 10 / 14:19
Quote:
kreatik
...
in file class.dbRadioButton.php, line 541 :
...
class.dbRadioButton.php only has 81 linea ?
[quote=kreatik]...
in file class.formHandler.php, line 1971 :
<?php
// load the array from the text file
$this
->
_text
=
$fh_lang
;
// undefined $fh_lang
?>
[/qoute]
$fh_lang is defined in the language file which is included in line 1978
Seems to me you are using an empty language file?
Top
powered by
PHP-GLOBE
© 2004 - 2012 FormHandler. All rights reserved. -
Open source license