Update WidgetContentControllerExtension.php

This commit is contained in:
NoBone 2013-04-22 16:03:33 +03:00
parent bc8546fe7c
commit a80fc4f90b

View File

@ -8,7 +8,7 @@ class WidgetContentControllerExtension extends Extension {
* *
* @var array * @var array
*/ */
private static $allowed_actions = array( public static $allowed_actions = array(
'handleWidget' 'handleWidget'
); );