File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 33 "type" : " phpbb-extension" ,
44 "description" : " Provides a pastebin including syntax highlighting" ,
55 "homepage" : " https://www.phpbb.de/community/" ,
6- "version" : " 2.0.6 " ,
7- "time" : " 2020-10-04 " ,
6+ "version" : " 2.0.7 " ,
7+ "time" : " 2022-05-18 " ,
88 "license" : " GPL-2.0-only" ,
99 "authors" : [
1010 {
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