diff options
| author | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
| commit | a79bbfa1a23838b91e9a08f7014c2c7304976714 (patch) | |
| tree | fafb56190707d10b01cb282bc14b99156e100dcb /index.php | |
| parent | Translating module strings and custom sections works (diff) | |
| download | slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.gz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.xz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.zip | |
Migrated messages to modules
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ Message::renderList(); Page::render(); if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) { - Message::addWarning('debug-mode'); + Message::addWarning('main.debug-mode'); } if (defined('CONFIG_FOOTER')) { |
