Skip to content

Commit

Permalink
UB-Heidelberg#23 Suppress web-based import/export for CSV plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Nov 16, 2015
1 parent 6e0e848 commit c3c30c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/importexport/csv/CSVImportExportPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ function getDescription() {
return __('plugins.importexport.csv.description');
}

/**
* @copydoc Plugin::getActions()
*/
function getActions($request, $actionArgs) {
return array(); // Not available via the web interface
}

/**
* Execute import/export tasks using the command-line interface.
* @param $args Parameters to the plugin
Expand Down

0 comments on commit c3c30c5

Please sign in to comment.