mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
Update WidgetContentControllerExtension.php
This commit is contained in:
parent
bc8546fe7c
commit
a80fc4f90b
@ -8,7 +8,7 @@ class WidgetContentControllerExtension extends Extension {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private static $allowed_actions = array(
|
||||
public static $allowed_actions = array(
|
||||
'handleWidget'
|
||||
);
|
||||
|
||||
@ -58,4 +58,4 @@ class WidgetContentControllerExtension extends Extension {
|
||||
return new $controllerClass($widget);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user