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 /modules-available/citymanagement | |
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 'modules-available/citymanagement')
-rw-r--r-- | modules-available/citymanagement/page.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/citymanagement/page.inc.php b/modules-available/citymanagement/page.inc.php index acc30bf9..56e25387 100644 --- a/modules-available/citymanagement/page.inc.php +++ b/modules-available/citymanagement/page.inc.php @@ -28,7 +28,7 @@ class Page_Citymanagement extends Page if (!User::hasPermission('superadmin')) { - Message::addError('no-permission'); + Message::addError('main.no-permission'); Util::redirect('?do=Main'); } |