| @@ 51-51 (lines=1) @@ | ||
| 48 | if(!in_array($path_info['dirname'], $path)) $path[] = $path_info['dirname']; |
|
| 49 | } |
|
| 50 | // Remove a file directory of the document |
|
| 51 | for($i=0;$i<count($path);$i++) FileHandler::removeBlankDir($path[$i]); |
|
| 52 | ||
| 53 | return $output; |
|
| 54 | } |
|
| @@ 920-923 (lines=4) @@ | ||
| 917 | if(!$output->toBool()) return $output; |
|
| 918 | ||
| 919 | // Remove a file directory of the document |
|
| 920 | for($i=0, $c=count($path); $i<$c; $i++) |
|
| 921 | { |
|
| 922 | FileHandler::removeBlankDir($path[$i]); |
|
| 923 | } |
|
| 924 | ||
| 925 | return $output; |
|
| 926 | } |
|