Skip to content

Commit bbee81c

Browse files
authored
Merge pull request #1176 from Whit3XLightning/Whit3XLightning-patch-2
Update folder_create_modal.php
2 parents a1831c7 + afff469 commit bbee81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modals/folder_create_modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="modal-dialog">
33
<div class="modal-content bg-dark">
44
<div class="modal-header">
5-
<h5 class="modal-title"><i class="fa fa-fw fa-folder-plus mr-2"></i>Creating folder in <strong><?php if($get_folder_id > 0) { echo $folder['folder_name']; } else { echo "/"; } ?></strong></h5>
5+
<h5 class="modal-title"><i class="fa fa-fw fa-folder-plus mr-2"></i>Creating folder in <strong><?php if($get_folder_id > 0) { echo $folder_path[count($folder_path)-1]['folder_name']; } else { echo "/"; } ?></strong></h5>
66
<button type="button" class="close text-white" data-dismiss="modal">
77
<span>&times;</span>
88
</button>

0 commit comments

Comments
 (0)