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
Branches
Tags
No related merge requests found
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
vim: expandtab sw=4 ts=4 sts=4: 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 { class UserEmailModel extends VerySimpleModel {
static $meta = array( static $meta = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment