summaryrefslogtreecommitdiff
path: root/classes/Local_group.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Local_group.php')
-rw-r--r--classes/Local_group.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Local_group.php b/classes/Local_group.php
index 42312ec63..ccd0125cf 100644
--- a/classes/Local_group.php
+++ b/classes/Local_group.php
@@ -38,6 +38,7 @@ class Local_group extends Memcached_DataObject
$this->encache();
} else {
common_log_db_error($local, 'UPDATE', __FILE__);
+ // TRANS: Server exception thrown when updating a local group fails.
throw new ServerException(_('Could not update local group.'));
}