CRM-15858 - Fix changeLog display of custom data
[civicrm-core.git] / CRM / Contact / Page / View / Log.php
index 7403765adcf8a1d1b56c480d2ec7909700ba874b..991599affd7ed8ce38d923df8fca57c1b78f941f 100644 (file)
@@ -69,6 +69,8 @@ class CRM_Contact_Page_View_Log extends CRM_Core_Page {
     }
 
     $this->assign('logCount', count($logEntries));
+    $this->ajaxResponse['tabCount'] = count($logEntries);
+    $this->ajaxResponse += CRM_Contact_Form_Inline::renderFooter($this->_contactId, FALSE);
     $this->assign_by_ref('log', $logEntries);
   }