FIX #22 update static variable to private

This commit is contained in:
colymba 2013-04-04 22:58:09 +03:00
parent 0f1181e66b
commit 30e6d4bd52
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class GridFieldBulkManager_Request extends RequestHandler {
/**
*
*/
static $url_handlers = array(
private static $url_handlers = array(
'$Action!' => '$Action'
);