mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Merge branch 'master' into permissions
This commit is contained in:
@@ -8,6 +8,7 @@ class MessageToken_model extends CI_Model
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
* NOTE: here are loaded libs, models, helpers, etc. because MessageToken_model extends directly the CI_Model
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
@@ -204,7 +205,7 @@ class MessageToken_model extends CI_Model
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Searchs for a person by its person_id and checks if it is an employee
|
||||
*/
|
||||
public function isEmployee($person_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user