mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Update GridFieldBulkImageUpload_Request.php
Silverstripe 3.1.0 requires statics to be defined as private http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.0
This commit is contained in:
parent
60a5e48979
commit
5cbacb40b0
@ -40,7 +40,7 @@ class GridFieldBulkImageUpload_Request extends RequestHandler {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
static $url_handlers = array(
|
||||
private static $url_handlers = array(
|
||||
'$Action!' => '$Action'
|
||||
);
|
||||
|
||||
@ -430,4 +430,4 @@ class GridFieldBulkImageUpload_Request extends RequestHandler {
|
||||
)));
|
||||
return $items;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user