Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
PlanetRed
Commits
98eb0d4e
Commit
98eb0d4e
authored
15 years ago
by
Brett Bieber
Browse files
Options
Downloads
Patches
Plain Diff
Put all plugins into the same directory
parent
d2e196c3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flexprofile_mj/models/model.php
+3
-3
3 additions, 3 deletions
flexprofile_mj/models/model.php
with
3 additions
and
3 deletions
flexprofile_mj/models/model.php
+
3
−
3
View file @
98eb0d4e
...
...
@@ -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
?>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment