Third version of the VileSci interface that allows easily to add more prestudent

to a group or change their stufe
This commit is contained in:
Paolo
2017-03-21 18:29:25 +01:00
parent 8d50b16413
commit 1615470a8f
3 changed files with 178 additions and 20 deletions
+1
View File
@@ -653,6 +653,7 @@ class DB_Model extends FHC_Model
{
if (($isEntitled = $this->isEntitled($this->dbTable, $permission, FHC_NORIGHT, FHC_MODEL_ERROR)) !== true)
{
// TODO: resetQuery
return $isEntitled;
}
}