diff options
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 4c9eb9d1b..d4023c519 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -101,6 +101,8 @@ class entryController extends ActionController { $entryDAO = new EntryDAO(); $entryDAO->optimizeTable(); + touch(PUBLIC_PATH . '/data/touch.txt'); + $notif = array ( 'type' => 'good', 'content' => Translate::t ('optimization_complete') |
