From 9325567e81d509c54b7fb5e0a18e1dcc67731fba Mon Sep 17 00:00:00 2001
From: Alexandru Croitor <alexandru.croitor@wearepropeople.com>
Date: Wed, 3 Dec 2014 10:21:48 +0200
Subject: [PATCH] Issue #2098041: Double call to hook_entity_presave conflicts
 with title module.

---
 includes/PanelsPaneController.class.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/includes/PanelsPaneController.class.php b/includes/PanelsPaneController.class.php
index 4da4def..1657c12 100644
--- a/includes/PanelsPaneController.class.php
+++ b/includes/PanelsPaneController.class.php
@@ -120,8 +120,6 @@ class PanelsPaneController extends DrupalDefaultEntityController {
       $entity->timestamp = REQUEST_TIME;
     }
 
-    module_invoke_all('entity_presave', $entity, 'fieldable_panels_pane');
-
     try {
       if (!$entity->is_new) {
         // Since we already have an fpid, write the revision to ensure the
-- 
2.1.0

