From 7b660fe4c6b6c128d2b636be84ccc86cef75c89e Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Tue, 22 Sep 2015 11:31:48 -0400
Subject: [PATCH] Daily build

---
 profiles/wcm_base/CHANGELOG.txt                             | 4 ++++
 .../wcm_user_profile.features.field_base.inc                | 6 +-----
 .../layouts/ocio-default/ocio-default-layout.tpl.php        | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/profiles/wcm_base/CHANGELOG.txt b/profiles/wcm_base/CHANGELOG.txt
index d63ec10e..223904eb 100644
--- a/profiles/wcm_base/CHANGELOG.txt
+++ b/profiles/wcm_base/CHANGELOG.txt
@@ -1,3 +1,7 @@
+WCM Base 7.x-1.x, 2015-09-22
+----------------------------
+- WCM User Profile: Telephone field bugfix for new sites.
+
 WCM Base 7.x-1.x, 2015-09-21
 ----------------------------
 - WCM User Profile: Added dynamic user profile breadcrumb.
diff --git a/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc b/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
index 12c09d63..7a1b252a 100644
--- a/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
+++ b/profiles/wcm_base/modules/custom/wcm_user_profile/wcm_user_profile.features.field_base.inc
@@ -99,11 +99,7 @@ function wcm_user_profile_field_default_field_bases() {
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_phone',
-    'indexes' => array(
-      'format' => array(
-        0 => 'format',
-      ),
-    ),
+    'indexes' => array(),
     'locked' => 0,
     'module' => 'telephone',
     'settings' => array(
diff --git a/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php b/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
index a7042c90..0c9d71ba 100644
--- a/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
+++ b/profiles/wcm_base/themes/ocio_omega_base/layouts/ocio-default/ocio-default-layout.tpl.php
@@ -31,7 +31,7 @@
     <?php else: ?>
     <div>
     <?php endif; ?>
-
+      <div class="l-content" role="main">
       	<?php if (!$is_front && !empty($title)): ?>
       		<?php if ($landing_page) :?>
 						<h1 class="title l-constrained max-width" id="page-title"><?php print $title; ?></h1>
-- 
GitLab