We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4806a4b commit 89c7b72Copy full SHA for 89c7b72
3 files changed
controller/main.php
@@ -257,8 +257,6 @@ private function display_pb()
257
meta_refresh(3, $redirect_url);
258
trigger_error($message);
259
}
260
-
261
262
break;
263
264
case 'post':
event/acp_events.php
@@ -19,7 +19,7 @@
19
*/
20
class acp_events implements EventSubscriberInterface
21
{
22
- static public function getSubscribedEvents()
+ public static function getSubscribedEvents()
23
24
return array(
25
'core.permissions' => 'add_permissions',
event/base_events.php
class base_events implements EventSubscriberInterface
'core.page_header_after' => 'page_header_after',
0 commit comments