From 21949b2581ae584c3208d4f2d8a74085f6980601 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 5 May 2014 13:39:24 -0500 Subject: [PATCH] oops: Fixup bad merge Previously, there was a bug in the ORM where magic properties would need to be declared in the model class. --- include/class.user.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/class.user.php b/include/class.user.php index 0a945f68b..c6dfbe1a2 100644 --- a/include/class.user.php +++ b/include/class.user.php @@ -43,8 +43,6 @@ class UserModel extends VerySimpleModel { ) ); - var $emails; - static function objects() { $qs = parent::objects(); #$qs->select_related('default_email'); -- GitLab