Page MenuHomeIn-Portal Phabricator

D533.id.diff
No OneTemporary

File Metadata

Created
Mon, Aug 18, 2:59 PM

D533.id.diff

Index: branches/5.2.x/core/units/configuration/configuration_event_handler.php
===================================================================
--- branches/5.2.x/core/units/configuration/configuration_event_handler.php
+++ branches/5.2.x/core/units/configuration/configuration_event_handler.php
@@ -414,6 +414,7 @@
// root category differs from one in db
$fields_hash = Array ('RootCat' => $new_category_id);
$this->Conn->doUpdate($fields_hash, TABLE_PREFIX . 'Modules', 'Name = ' . $this->Conn->qstr($module));
+ $this->Application->DeleteUnitCache();
}
}

Event Timeline