diff options
Diffstat (limited to 'core/src/OC/constants.js')
-rw-r--r-- | core/src/OC/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/constants.js b/core/src/OC/constants.js index a519ce1a053..d77a2d28c70 100644 --- a/core/src/OC/constants.js +++ b/core/src/OC/constants.js @@ -19,7 +19,7 @@ * along with this program. If not see <http://www.gnu.org/licenses/>. */ -export const coreApps = ['', 'admin','log','core/search','settings','core','3rdparty'] +export const coreApps = ['', 'admin','log','core/search','core','3rdparty'] export const menuSpeed = 50 export const PERMISSION_NONE = 0 export const PERMISSION_CREATE = 4 |