Continued:
[core.git] / framework / config.php
index 67322c0c8de66447661f0774a736c70ec403ce44..86af32de43602d831a24dbb6bd01739a0244d079 100644 (file)
@@ -245,7 +245,7 @@ $cfg->setConfigEntry('crypto_class', 'CryptoHelper');
 $cfg->setConfigEntry('rng_class', 'RandomNumberGenerator');
 
 // CFG: USER-DB-WRAPPER-CLASS
-$cfg->setConfigEntry('user_db_wrapper_class', 'UserDatabaseWrapper');
+$cfg->setConfigEntry('user_db_wrapper_class', 'CoreFramework\Wrapper\Database\User\UserDatabaseWrapper');
 
 // CFG: NEWS-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('news_db_wrapper_class', 'CoreFramework\Wrapper\Database\News\NewsDatabaseWrapper');