Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F727144
D181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 7:38 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Tue, Jan 7, 7:38 AM (2 d, 23 h ago)
Engine
blob
Format
Raw Data
Handle
537199
Attached To
D181: INP-1525 - Register default build events when re-reading caches
D181.diff
View Options
Index: branches/5.2.x/core/kernel/application.php
===================================================================
--- branches/5.2.x/core/kernel/application.php
+++ branches/5.2.x/core/kernel/application.php
@@ -756,9 +756,8 @@
* Registers default build events
*
* @return void
- * @access protected
*/
- protected function RegisterDefaultBuildEvents()
+ public function RegisterDefaultBuildEvents()
{
$this->EventManager->registerBuildEvent('kTempTablesHandler', 'OnTempHandlerBuild');
}
Index: branches/5.2.x/core/kernel/managers/cache_manager.php
===================================================================
--- branches/5.2.x/core/kernel/managers/cache_manager.php
+++ branches/5.2.x/core/kernel/managers/cache_manager.php
@@ -320,6 +320,7 @@
// otherwise ModulesHelper indirectly used from includeConfigFiles won't work
$this->Application->RegisterDefaultClasses();
+ $this->Application->RegisterDefaultBuildEvents();
}
/**
@@ -849,4 +850,4 @@
return $this->getCache($cache_key);
}
-}
\ No newline at end of file
+}
Event Timeline
Log In to Comment