Skip to content

Commit

Permalink
Fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Nov 5, 2023
1 parent 4f6193e commit 963f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/management/do_transfer_user_templates.php
Expand Up @@ -174,7 +174,7 @@ function clear_recyclebin($templates)
function createGetFolderId($folder_structure, $newuserid, $old_folder_id, $transfer_shared_folders)
{
global $prefix;
for ($i=0; $i, count($folder_structure); $i++)
for ($i=0; $i < count($folder_structure); $i++)
{
if ($folder_structure[$i]['folder_id'] == $old_folder_id)
{
Expand Down

0 comments on commit 963f55c

Please sign in to comment.