Skip to content
Snippets Groups Projects
Commit cac01974 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge branch 'hotfix/syntax-error'

parents 53247bfb 6c4b57d2
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class Staff {
function getDept() {
if(!$this->dept && $this->getDeptIf())
if(!$this->dept && $this->getDeptId())
$this->dept= Dept::lookup($this->getDeptId());
return $this->dept;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment