[Exoops-bugfixes] Users not being able to delete website in profile
Brought to you by:
farsus
|
From: Half-Dead <hal...@ga...> - 2002-06-16 10:19:49
|
/edituser.php
Line 190:
Change:
if (isset($url) && $url != "") {
$edituser->setVar("url", formatURL($url));
}
To:
$edituser->setVar("url", formatURL($url));
|