diff --git a/include/class.list.php b/include/class.list.php
index 5f4ce5aeac6ebb60037dcc1f80807d3ac6a9d336..782bfebaf302069be61e8854e9af61b2775f731c 100644
--- a/include/class.list.php
+++ b/include/class.list.php
@@ -195,7 +195,7 @@ class DynamicList extends VerySimpleModel implements CustomList {
         if ($name = $this->getLocal('name_plural'))
             return $name;
         else
-            return $this->getName . 's';
+            return $this->getName() . 's';
     }
 
     function getItemCount() {