File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ will be replaced by the Plupload widget.
3232CONFIGURATION
3333-------------
3434
35- Visit /admin/islandora/plupload to set the maximum file size for Islandora Plupload.
35+ Visit /admin/islandora/tools/ plupload to set the maximum file size for Islandora Plupload.
3636The chunk size may also be set, this should be smaller than PHP's post_max_size.
3737
3838TROUBLESHOOTING
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ description = Integrate Plupload for Islandora file upload chunking and resumpti
33core = 7.x
44dependencies[] = islandora
55dependencies[] = plupload
6- package = Islandora
6+ package = Islandora Tools
Original file line number Diff line number Diff line change 1010 */
1111function islandora_plupload_menu() {
1212 $items = array();
13- $items['admin/islandora/plupload'] = array(
13+ $items['admin/islandora/tools/ plupload'] = array(
1414 'title' => 'Plupload',
1515 'access arguments' => array('administer islandora plupload'),
1616 'page callback' => 'drupal_get_form',
You can’t perform that action at this time.
0 commit comments