diff options
| author | 2013-11-28 15:32:27 +0100 | |
|---|---|---|
| committer | 2013-11-28 15:32:27 +0100 | |
| commit | cec39d14f12068bf25e9611fd235f347222b2c02 (patch) | |
| tree | 6af1dc600bbca16999205a6f212ba9208110c19b /app/layout | |
| parent | 1e9ccb1da9f38ca983258b983e156d56a2887bc9 (diff) | |
| parent | 27456258e6da5d274ee881c95760c51506479a2b (diff) | |
Merge branch 'dev' into sharing
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index ac0031355..c53b28841 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -32,7 +32,7 @@ <?php if (isset ($this->notification)) { - touch(DATA_PATH . '/touch.txt', time() + 1); + touch(DATA_PATH . '/touch.txt'); ?> <div class="notification <?php echo $this->notification['type']; ?>"> <?php echo $this->notification['content']; ?> |
