Index: branches/5.3.x/core/kernel/managers/cache_manager.php =================================================================== diff -u -N -r15928 -r16156 --- branches/5.3.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 15928) +++ branches/5.3.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 16156) @@ -1,6 +1,6 @@ Application->setFromCache($empty_cache); $this->setFromCache($empty_cache); - // otherwise ModulesHelper indirectly used from includeConfigFiles won't work + // Otherwise kModulesHelper indirectly used from includeConfigFiles won't work. $this->Application->RegisterDefaultClasses(); } @@ -849,4 +849,4 @@ return $this->getCache($cache_key); } -} \ No newline at end of file +}