@@ -474,8 +474,8 @@ public function switchAction($action, $httpVars, $fileVars)
474
474
//------------------------------------
475
475
// COPY / MOVE
476
476
//------------------------------------
477
- case "copy " ;
478
- case "move " ;
477
+ case "copy " :
478
+ case "move " :
479
479
480
480
if ($ selection ->isEmpty ()) {
481
481
throw new AJXP_Exception ("" , 113 );
@@ -530,7 +530,7 @@ public function switchAction($action, $httpVars, $fileVars)
530
530
//------------------------------------
531
531
// DELETE
532
532
//------------------------------------
533
- case "delete " ;
533
+ case "delete " :
534
534
535
535
if ($ selection ->isEmpty ()) {
536
536
throw new AJXP_Exception ("" , 113 );
@@ -567,7 +567,7 @@ public function switchAction($action, $httpVars, $fileVars)
567
567
//------------------------------------
568
568
// RENAME
569
569
//------------------------------------
570
- case "rename " ;
570
+ case "rename " :
571
571
572
572
$ file = $ selection ->getUniqueFile ();
573
573
$ filename_new = AJXP_Utils::decodeSecureMagic ($ httpVars ["filename_new " ]);
@@ -591,7 +591,7 @@ public function switchAction($action, $httpVars, $fileVars)
591
591
//------------------------------------
592
592
// CREER UN REPERTOIRE / CREATE DIR
593
593
//------------------------------------
594
- case "mkdir " ;
594
+ case "mkdir " :
595
595
596
596
$ messtmp ="" ;
597
597
$ files = $ selection ->getFiles ();
@@ -641,7 +641,7 @@ public function switchAction($action, $httpVars, $fileVars)
641
641
//------------------------------------
642
642
// CREER UN FICHIER / CREATE FILE
643
643
//------------------------------------
644
- case "mkfile " ;
644
+ case "mkfile " :
645
645
646
646
$ messtmp ="" ;
647
647
if (empty ($ httpVars ["filename " ]) && isSet ($ httpVars ["node " ])){
@@ -678,7 +678,7 @@ public function switchAction($action, $httpVars, $fileVars)
678
678
//------------------------------------
679
679
// CHANGE FILE PERMISSION
680
680
//------------------------------------
681
- case "chmod " ;
681
+ case "chmod " :
682
682
683
683
$ files = $ selection ->getFiles ();
684
684
$ changedFiles = array ();
0 commit comments