diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 581c59be8..c46fdd0f3 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -48,6 +48,7 @@ class e_plugin 'e_meta', // @Deprecated 'e_emailprint', + 'e_print', // new v2.2 'e_frontpage', 'e_latest', /* @deprecated - see e_dashboard */ 'e_status', /* @deprecated - see e_dashboard */ @@ -1237,6 +1238,7 @@ class e107plugin 'e_meta', // @Deprecated 'e_emailprint', + 'e_print', // new v2.2 'e_frontpage', 'e_latest', /* @deprecated - see e_dashboard */ 'e_status', /* @deprecated - see e_dashboard */