diff --git a/core/src/Revolution/modDocument.php b/core/src/Revolution/modDocument.php index 70fa1018080..c3292358892 100644 --- a/core/src/Revolution/modDocument.php +++ b/core/src/Revolution/modDocument.php @@ -22,7 +22,7 @@ class modDocument extends modResource function __construct(& $xpdo) { parent:: __construct($xpdo); - $this->set('class_key', 'modDocument'); + $this->set('class_key', self::class); $this->showInContextMenu = true; }