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

Put all plugins into the same directory

parent d2e196c3
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@
*/
// Load form model
require_once(dirname(dirname(dirname(__FILE__))) . "/form/models/model.php");
require_once dirname(dirname(dirname(__FILE__))) . "/elgg/mod/form/models/model.php";
// Load form profile model
require_once(dirname(dirname(dirname(__FILE__))) . "/form/models/profile.php");
require_once dirname(dirname(dirname(__FILE__))) . "/elgg/mod/form/models/profile.php";
// Eventually this will be very flexible and return different forms for
// different entities.
......@@ -126,4 +126,4 @@ function flexprofile_set_data($entity,$data) {
}
?>
\ No newline at end of file
?>
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