mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- @silenced unlink() in Smarty_Internal_Write_File since debuggers go haywire without it.
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== trunk =====
|
===== trunk =====
|
||||||
|
20.10.2011
|
||||||
|
- @silenced unlink() in Smarty_Internal_Write_File since debuggers go haywire without it.
|
||||||
|
|
||||||
19.10.2011
|
19.10.2011
|
||||||
- revert PHP4 constructor message
|
- revert PHP4 constructor message
|
||||||
- fixed PHP4 constructor message
|
- fixed PHP4 constructor message
|
||||||
|
@@ -46,7 +46,7 @@ class Smarty_Internal_Write_File {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// remove original file
|
// remove original file
|
||||||
unlink($_filepath);
|
@unlink($_filepath);
|
||||||
|
|
||||||
// rename tmp file
|
// rename tmp file
|
||||||
$success = rename($_tmp_file, $_filepath);
|
$success = rename($_tmp_file, $_filepath);
|
||||||
|
Reference in New Issue
Block a user