mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix phpcs
This commit is contained in:
parent
bfbc9b303a
commit
9bbedce3d6
|
|
@ -83,6 +83,7 @@ $db->close(); // Close $db database opened handler
|
|||
|
||||
exit($error);
|
||||
|
||||
|
||||
/**
|
||||
* Migrate file from old path to new one for user $u
|
||||
*
|
||||
|
|
@ -105,7 +106,6 @@ function migrate_user_filespath($u)
|
|||
dol_mkdir($destin);
|
||||
|
||||
if (dol_is_dir($origin)) {
|
||||
|
||||
$handle = opendir($origin_osencoded);
|
||||
if (is_resource($handle)) {
|
||||
while (($file = readdir($handle)) !== false) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user