mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
db_create not create_db
corrected version detection corrected constant
This commit is contained in:
@@ -602,7 +602,7 @@
|
||||
|
||||
if ( !function_exists('normalize_path')) {
|
||||
function normalize_path($path) {
|
||||
return str_replace(DIRECTORY_SEPERATOR, '\\', $path);
|
||||
return str_replace(DIRECTORY_SEPARATOR, '\\', $path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user