File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ function onShow() {
184184
185185 $ backup_format = $ rec ['backup_format ' ];
186186 $ backup_mode = $ rec ['backup_mode ' ];
187- if ($ backup_mode == 'borg ' ) {
187+ if ($ backup_mode === 'borg ' ) {
188188 // Get backup format from domain config
189189 switch ($ rec ['backup_type ' ]) {
190190 case 'mysql ' :
@@ -236,7 +236,7 @@ function onShow() {
236236
237237 if ($ rec ['filesize ' ] > 0 ){
238238 $ rec ['filesize ' ] = $ app ->functions ->currency_format ($ rec ['filesize ' ]/(1024 *1024 ), 'client ' ).' MB ' ;
239- if ($ backup_mode == "borg " ) {
239+ if ($ backup_mode === "borg " ) {
240240 $ rec ['filesize ' ] = '<a href="javascript:void(0)" data-toggle="tooltip" title=" '
241241 . $ wb ['final_size_txt ' ]
242242 . '"><strong>*</strong></a> '
You can’t perform that action at this time.
0 commit comments