Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
bb47733c
Commit
bb47733c
authored
Jun 19, 2008
by
Nigel McNie
Committed by
Nigel McNie
Jun 19, 2008
Browse files
Ensure that the GroupType class is available in the subclass files.
parent
62ca3327
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/grouptype/course.php
View file @
bb47733c
...
...
@@ -26,6 +26,8 @@
defined
(
'INTERNAL'
)
||
die
();
require_once
(
'group.php'
);
class
GroupTypeCourse
extends
GroupType
{
public
static
function
allowed_join_types
()
{
...
...
htdocs/lib/grouptype/standard.php
View file @
bb47733c
...
...
@@ -26,6 +26,8 @@
defined
(
'INTERNAL'
)
||
die
();
require_once
(
'group.php'
);
class
GroupTypeStandard
extends
GroupType
{
public
static
function
allowed_join_types
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment