aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php
index dac0f6b8c..2b847a5fa 100644
--- a/engine/lib/notification.php
+++ b/engine/lib/notification.php
@@ -325,7 +325,7 @@
if (!isset($CONFIG->register_objects[$entity_type])) {
$CONFIG->register_objects[$entity_type] = array();
}
- $CONFIG->register_objects[$object_type][$object_subtype] = $english_name;
+ $CONFIG->register_objects[$entity_type][$object_subtype] = $english_name;
}
/**