srchub

srchub Commit Details


Date:2015-10-08 18:33:22 (9 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:f6d8604dc91a8490c206ee93f31cc0b02fcf5859
Parents: 48a3125e3cde740811d2c70042eb46fb325c957e
Message:Attempting to fix Issue 102 again

Changes:

File differences

pluf/src/Pluf/Template.php
144144
145145
146146
147
148147
148
149149
150150
151151
rewind($fp);
fwrite($fp, $this->template_content, strlen($this->template_content));
// Lock released, read access is possible
flock($fp, LOCK_UN);
fflush($fp);
flock($fp, LOCK_UN);
fclose($fp);
@chmod($this->compiled_template, 0777);
clearstatcache();

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05783s using 20 queries.