mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
FIX #22 update static variable to private
This commit is contained in:
parent
0f1181e66b
commit
30e6d4bd52
@ -28,7 +28,7 @@ class GridFieldBulkManager_Request extends RequestHandler {
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static $url_handlers = array(
|
private static $url_handlers = array(
|
||||||
'$Action!' => '$Action'
|
'$Action!' => '$Action'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user