Skip to content

Commit 0ead943

Browse files
Merge pull request #38 from sulemaanhamza/master
Undefined variable $obje bug fix
2 parents f62333f + 9ba4b7e commit 0ead943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Record/Fam/Even.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function getNote()
105105
*/
106106
public function getObje()
107107
{
108-
return $this->obje;
108+
return $this->_obje;
109109
}
110110

111111
/**

0 commit comments

Comments
 (0)