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

lint: Fix fatal error on lint test

parent 8eebe3bc
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@
vim: expandtab sw=4 ts=4 sts=4:
**********************************************************************/
require_once(INCLUDE_DIR . 'class.orm.php');
require_once INCLUDE_DIR . 'class.orm.php';
require_once INCLUDE_DIR . 'class.util.php';
class UserEmailModel extends VerySimpleModel {
static $meta = array(
......
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