issues: added comment to getLanguageIndex method

This commit is contained in:
KarpAlex
2023-04-22 23:35:39 +02:00
parent 3122825b73
commit 0a8432514c
@@ -170,9 +170,8 @@ class Issues extends Auth_Controller
}
/**
*
* @param
* @return object success or error
* Gets language index of currently logged in user.
* @return object int (the index, start at 1)
*/
private function _getLanguageIndex()
{