From a947947ebd67642f37d43906fa9096c3ea5f7f9e Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Mon, 15 Apr 2019 16:45:13 +0200 Subject: [PATCH] Removed support for apps from getContentPath no-issue There is no longer a need for this as external apps do not work. --- core/server/config/utils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/server/config/utils.js b/core/server/config/utils.js index 8df4d0f304..8961776413 100644 --- a/core/server/config/utils.js +++ b/core/server/config/utils.js @@ -51,8 +51,6 @@ exports.getContentPath = function getContentPath(type) { switch (type) { case 'images': return path.join(this.get('paths:contentPath'), 'images/'); - case 'apps': - return path.join(this.get('paths:contentPath'), 'apps/'); case 'themes': return path.join(this.get('paths:contentPath'), 'themes/'); case 'storage':