Skip to content
GitLab
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
8a362549
Commit
8a362549
authored
Oct 25, 2006
by
Penny Leach
Browse files
Plugin class isn't abstract anymore
parent
fc273dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
8a362549
...
...
@@ -797,9 +797,8 @@ define('DEBUG_DEVELOPER', 'whocares');
/**
* Base class for all plugintypes.
* @abstract
*/
abstract
class
Plugin
{
class
Plugin
{
public
static
function
get_cron
()
{
return
array
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment