From 58fd59faff2f282101d01bc1c600fca9ec5303c4 Mon Sep 17 00:00:00 2001 From: ultimatemember Date: Tue, 20 Jan 2015 17:17:52 +0200 Subject: [PATCH] Not necessary to turn off notifications tab --- um-config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/um-config.php b/um-config.php index 4ad0929f..e1a6116b 100644 --- a/um-config.php +++ b/um-config.php @@ -116,11 +116,10 @@ $this->sections[] = array( 'id' => 'account_tab_notifications', 'type' => 'switch', 'title' => __( 'Notifications Account Tab' ), - 'default' => 0, + 'default' => 1, 'desc' => 'Enable/disable the Notifications account tab in account page', 'on' => 'Enabled', 'off' => 'Disabled', - 'required' => array( 'xxxxxxxxxxxxx', '=', 'sssssssssssssssss' ), ), array(