Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098716
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
Thu, Aug 14, 4:49 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Aug 15, 4:49 AM (2 h, 26 m)
Engine
blob
Format
Raw Data
Handle
710385
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