Update extconfigs.class.php
Fix missing .
This commit is contained in:
parent
f159ab72f6
commit
be2b21f8cf
|
@ -353,7 +353,7 @@ class extconfigs
|
||||||
copy($src_path, $dst);
|
copy($src_path, $dst);
|
||||||
} else {
|
} else {
|
||||||
// Set new default
|
// Set new default
|
||||||
$src_path = $_SERVER['DOCUMENT_ROOT'] . '/admin/modules/sccp_manager/conf/' . basename($dst) '.v433';
|
$src_path = $_SERVER['DOCUMENT_ROOT'] . '/admin/modules/sccp_manager/conf/' . basename($dst) . '.v433';
|
||||||
copy($src_path, $dst);
|
copy($src_path, $dst);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue