fix forgotten $this as function in classes are not global

This commit is contained in:
Cornelius Weiß 2005-08-23 20:46:03 +00:00
parent b4a21c4e9e
commit a7b87c78d6

View File

@ -318,7 +318,7 @@
function create_password_box($label_name,$preference_name,$help='',$size='',$max_size='',$run_lang=True)
{
$_appname = $this->check_app();
if(is_forced_value($_appname,$preference_name))
if($this->is_forced_value($_appname,$preference_name))
{
return True;
}