You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error('Creating a backup while dumping a message catalogue is deprecated since version 3.1 and will be removed in 4.0. Use TranslationWriter::disableBackup() to disable the backup.', E_USER_DEPRECATED);
79
-
copy($fullpath, $fullpath.'~');
80
-
}
81
-
} else {
72
+
if (!file_exists($fullpath)) {
82
73
$directory = dirname($fullpath);
83
74
if (!file_exists($directory) && !@mkdir($directory, 0777, true)) {
84
75
thrownewRuntimeException(sprintf('Unable to create directory "%s".', $directory));
0 commit comments