File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,6 @@ private function display_pb()
257257 meta_refresh (3 , $ redirect_url );
258258 trigger_error ($ message );
259259 }
260-
261-
262260 break ;
263261
264262 case 'post ' :
Original file line number Diff line number Diff line change 1919 */
2020class acp_events implements EventSubscriberInterface
2121{
22- static public function getSubscribedEvents ()
22+ public static function getSubscribedEvents ()
2323 {
2424 return array (
2525 'core.permissions ' => 'add_permissions ' ,
Original file line number Diff line number Diff line change 1919 */
2020class base_events implements EventSubscriberInterface
2121{
22- static public function getSubscribedEvents ()
22+ public static function getSubscribedEvents ()
2323 {
2424 return array (
2525 'core.page_header_after ' => 'page_header_after ' ,
You can’t perform that action at this time.
0 commit comments