@@ -939,6 +939,8 @@ class Database
if ($v[0] == 'location') {
if ($v[1] == 'add') {
$url = $this->url('add');
+ } elseif ($v[1] == 'list') {
+ $url = $this->url('list');
} else {
$url = Dever::url($v[1]);
}