I wrote.
$language = OW::getLanguage()
$perm = $language->text('join', 'join_Permissions') ;
$this->assign('perm',$perm) ;
but in the admin area there is no such the key 'join+join_Permissions'.
How to make to make it appear.
I wrote.
$language = OW::getLanguage()
$perm = $language->text('join', 'join_Permissions') ;
$this->assign('perm',$perm) ;
but in the admin area there is no such the key 'join+join_Permissions'.
How to make to make it appear.