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