1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00

fix complaints lang

This commit is contained in:
Mzhelskiy Maxim 2014-08-19 13:56:03 +07:00
parent 148f8cd481
commit 174e9e3268

View file

@ -86,6 +86,6 @@ class ModuleUser_EntityComplaint extends Entity {
}
public function getTypeTitle() {
return $this->Lang_Get('user_complaint_type_list.'.$this->getType());
return $this->Lang_Get('report.type_list.'.$this->getType());
}
}