mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
typo
This commit is contained in:
parent
ebd1e337b1
commit
2ec277c0d9
@ -307,7 +307,7 @@
|
||||
}
|
||||
$this->db->select($this->languages_table,'lang_name',array('lang_id' => $lang),__LINE__,__FILE__);
|
||||
|
||||
return $GLOBALS['egw']->db->next_record() ? $GLOBALS['egw']->db->f('lang_name') : false;
|
||||
return $this->db->next_record() ? $this->db->f('lang_name') : false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user