diff options
Diffstat (limited to 'application/front/controller/admin/ServerController.php')
-rw-r--r-- | application/front/controller/admin/ServerController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/front/controller/admin/ServerController.php b/application/front/controller/admin/ServerController.php index 80997940..575a2f9d 100644 --- a/application/front/controller/admin/ServerController.php +++ b/application/front/controller/admin/ServerController.php | |||
@@ -65,7 +65,9 @@ class ServerController extends ShaarliAdminController | |||
65 | 65 | ||
66 | $this->saveWarningMessage( | 66 | $this->saveWarningMessage( |
67 | t('Thumbnails cache has been cleared.') . ' ' . | 67 | t('Thumbnails cache has been cleared.') . ' ' . |
68 | '<a href="' . $this->container->basePath . '/admin/thumbnails">' . t('Please synchronize them.') . '</a>' | 68 | '<a href="' . $this->container->basePath . '/admin/thumbnails">' . |
69 | t('Please synchronize them.') . | ||
70 | '</a>' | ||
69 | ); | 71 | ); |
70 | } else { | 72 | } else { |
71 | $folders = [ | 73 | $folders = [ |