Skip to content

Commit c58e529

Browse files
committed
Merge pull request #10 from ajstanley/7.x
repackaged
2 parents cdf1a4a + df9ec3f commit c58e529

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ will be replaced by the Plupload widget.
3232
CONFIGURATION
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.
3636
The chunk size may also be set, this should be smaller than PHP's post_max_size.
3737

3838
TROUBLESHOOTING

islandora_plupload.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description = Integrate Plupload for Islandora file upload chunking and resumpti
33
core = 7.x
44
dependencies[] = islandora
55
dependencies[] = plupload
6-
package = Islandora
6+
package = Islandora Tools

islandora_plupload.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
function 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',

0 commit comments

Comments
 (0)