File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,10 @@ public function install() {
53
53
}
54
54
return ;
55
55
case self ::DROPIN_SUCCESS : // Already installed
56
- return true ;
57
56
case self ::DROPIN_FAIL_IS_NOT_SDBC : // Don't overwrite another dropin
58
57
case self ::DROPIN_FAIL_IS_NOT_LOADED : // Dropin not loading abort!
59
58
default :
60
- return false ;
59
+ return ;
61
60
}
62
61
}
63
62
@@ -74,10 +73,9 @@ public function uninstall() {
74
73
}
75
74
return ;
76
75
case self ::DROPIN_FAIL_NO_FILE : // No dropin
77
- return true ;
78
76
case self ::DROPIN_FAIL_IS_NOT_SDBC : // Don't remove another dropin
79
77
default :
80
- return false ;
78
+ return ;
81
79
}
82
80
}
83
81
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Aside from setting the normal MySQL connection parameters the minimum configs to
93
93
= 1.1.6 =
94
94
95
95
* Cleanup GitHub repo, remove screenshot image
96
+ * Minor code cleanup
96
97
97
98
= 1.1.5 =
98
99
You can’t perform that action at this time.
0 commit comments