Inside the doblogregistraton.class.php I am trying to set the Blogname to the Username inside the dobogRegistration Method using:
$this->blogName=SessionManager::getSessionValue("userName");
not very successful so far, though.
Any ideas?
Thanks!
