Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046581
D181.id453.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
Sat, Jun 28, 8:50 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Jun 29, 8:50 PM (6 h, 22 m)
Engine
blob
Format
Raw Data
Handle
676599
Attached To
D181: INP-1525 - Register default build events when re-reading caches
D181.id453.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