Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Edvin Erdtman
ojs-kopia
Commits
a802c7cc
Commit
a802c7cc
authored
May 06, 2009
by
asmecher
Browse files
#4249# Fixed missing schema descriptor install
parent
2f670643
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/generic/referral/ReferralPlugin.inc.php
View file @
a802c7cc
...
...
@@ -178,6 +178,13 @@ class ReferralPlugin extends GenericPlugin {
return
Locale
::
translate
(
'plugins.generic.referral.description'
);
}
/**
* Get the filename of the ADODB schema for this plugin.
*/
function
getInstallSchemaFile
()
{
return
$this
->
getPluginPath
()
.
'/'
.
'schema.xml'
;
}
/**
* Check whether or not this plugin is enabled
* @return boolean
...
...
Write
Preview
Markdown
is supported
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