Skip to content

Commit

Permalink
add getPluginPath method to SwordImportExportPlugin to allow fix plug…
Browse files Browse the repository at this point in the history
…in installation from CLI

#2
  • Loading branch information
nils-stefan-weiher authored and asmecher committed Nov 26, 2019
1 parent b2c89bd commit 691da24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SwordImportExportPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ public function getName() {
return 'SwordImportExportPlugin';
}

/**
* @copydoc Plugin::getPluginPath()
*/
function getPluginPath() {
return $this->_parentPlugin->getPluginPath();
}

/**
* Get the display name.
* @return string
Expand Down

0 comments on commit 691da24

Please sign in to comment.