File tree 3 files changed +9
-5
lines changed
Upload/inc/plugins/yourcode
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- ## YourCode 1.1
1
+ ## YourCode 1.1.1
2
2
3
3
* Forget MyCode. Take control of YourCode-- a much better way of handling BB Code for MyBB forums*
4
4
Original file line number Diff line number Diff line change @@ -637,14 +637,14 @@ function yourcode_admin_module()
637
637
continue ;
638
638
}
639
639
640
- $ c_level = 2 ;
640
+ $ deleted = false ;
641
641
switch ($ mybb ->input ['inline_action ' ]) {
642
642
case 'delete ' :
643
643
if (!$ this_module ->remove ())
644
644
{
645
645
continue 2 ;
646
646
}
647
- $ c_level = 1 ;
647
+ $ deleted = true ;
648
648
default :
649
649
if ($ mybb ->input ['inline_action ' ] == 'activate ' )
650
650
{
@@ -660,7 +660,11 @@ function yourcode_admin_module()
660
660
{
661
661
if (!in_array ($ name , $ active_modules ))
662
662
{
663
- continue $ c_level ;
663
+ if ($ deleted )
664
+ {
665
+ continue 1 ;
666
+ }
667
+ continue 2 ;
664
668
}
665
669
666
670
// deactivate
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function yourcode_info()
69
69
"website " => 'https://github.com/WildcardSearch/YourCode ' ,
70
70
"author " => $ author ,
71
71
"authorsite " => 'http://www.rantcentralforums.com ' ,
72
- "version " => '1.1 ' ,
72
+ "version " => '1.1.1 ' ,
73
73
"compatibility " => '16* ' ,
74
74
"guid " => '36a18ebc285a181a42561141adfd1d7f ' ,
75
75
);
You can’t perform that action at this time.
0 commit comments