Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Mon, Aug 4, 2:44 AM

in-portal

Index: branches/5.2.x/core/units/configuration/configuration_event_handler.php
===================================================================
--- branches/5.2.x/core/units/configuration/configuration_event_handler.php (revision 16838)
+++ branches/5.2.x/core/units/configuration/configuration_event_handler.php (revision 16839)
@@ -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