]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Swapped code, moved/renamed classes and interfaces:
[hub.git] / application / hub / config.php
index 88fefc51fc91f935db8e0f4252e0de1e2ff18c00..50351b2a32fd3c5a4e9da3ddb888586888beca27 100644 (file)
@@ -574,7 +574,7 @@ $cfg->setConfigEntry('random_secret_key_length', 8);
 $cfg->setConfigEntry('test_unit_source_class', 'TestUnitSource');
 
 // CFG: CRYPTO-RANDOM-MESSAGE-HELPER-CLASS
-$cfg->setConfigEntry('crypto_random_message_helper_class', 'CryptoRandomMessageHelper');
+$cfg->setConfigEntry('crypto_random_message_helper_class', 'CryptoRandomUnitMessageHelper');
 
 // [EOF]
 ?>