also emmit create hook when creating new files using touch()

Tento commit je obsažen v:
Robin Appelman 2013-08-29 15:31:03 +02:00
rodič 301cce54cc
revize 1fa29b4c11

Zobrazit soubor

@ -249,6 +249,7 @@ class View {
$hooks = array('touch');
if (!$this->file_exists($path)) {
$hooks[] = 'create';
$hooks[] = 'write';
}
$result = $this->basicOperation('touch', $path, $hooks, $mtime);