From 8f093994fd86c6e2b29483763922d89150bb4b1b Mon Sep 17 00:00:00 2001 From: olatechpro Date: Thu, 4 Jan 2024 14:57:05 +0100 Subject: [PATCH] Remove custom status directory from module list --- publishpress.php | 1 - 1 file changed, 1 deletion(-) diff --git a/publishpress.php b/publishpress.php index 3e72714c..56409d0f 100644 --- a/publishpress.php +++ b/publishpress.php @@ -343,7 +343,6 @@ private function getModulesDirs() 'async-notifications' => PUBLISHPRESS_BASE_PATH, 'notifications-log' => PUBLISHPRESS_BASE_PATH, 'editorial-metadata' => PUBLISHPRESS_BASE_PATH, - 'custom-status' => PUBLISHPRESS_BASE_PATH, 'editorial-comments' => PUBLISHPRESS_BASE_PATH, 'efmigration' => PUBLISHPRESS_BASE_PATH, 'debug' => PUBLISHPRESS_BASE_PATH,