Skip to content
Snippets Groups Projects
Commit 98330506 authored by Brett Bieber's avatar Brett Bieber
Browse files

Fix path so it looks in current directory

parent cc7a93d3
Branches
Tags
No related merge requests found
......@@ -12,10 +12,10 @@
*/
// Load form model
require_once dirname(dirname(dirname(__FILE__))) . "/elgg/mod/form/models/model.php";
require_once dirname(dirname(dirname(__FILE__))) . "/form/models/model.php";
// Load form profile model
require_once dirname(dirname(dirname(__FILE__))) . "/elgg/mod/form/models/profile.php";
require_once dirname(dirname(dirname(__FILE__))) . "/form/models/profile.php";
// Eventually this will be very flexible and return different forms for
// different entities.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment