Skip to content

Commit

Permalink
get_file 함수에 hook 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Nov 6, 2020
1 parent 5102e87 commit dd8e7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.lib.php
Expand Up @@ -330,7 +330,7 @@ function get_file($bo_table, $wr_id)
$file['count']++;
}

return $file;
return run_replace('get_files', $file, $bo_table, $wr_id);
}


Expand Down

0 comments on commit dd8e7d8

Please sign in to comment.