remove duplicate method getUser()

This commit is contained in:
Uwe Steinmann 2017-04-11 17:10:32 +02:00
parent a548710a55
commit c1b6fbf11a

View File

@ -195,15 +195,6 @@ class SeedDMS_Session {
return true;
} /* }}} */
/**
* Get language of session
*
* @return string language
*/
function getUser() { /* {{{ */
return $this->data['userid'];
} /* }}} */
/**
* Set language of session
*