Skip to content

Commit 1ae2885

Browse files
committed
pkp#8845 Added missing newDataObject() method
1 parent dd3ab89 commit 1ae2885

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

classes/log/EmailLogDAO.php

+10
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,16 @@ public function _insertLogUserIds($entry)
254254
}
255255
}
256256
}
257+
258+
/**
259+
* Construct a new email log entry.
260+
*
261+
* @return EmailLogEntry
262+
*/
263+
public function newDataObject()
264+
{
265+
return new EmailLogEntry();
266+
}
257267
}
258268

259269
if (!PKP_STRICT_MODE) {

0 commit comments

Comments
 (0)