aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2025-09-12 15:00:11 +0200
committerDavid Siegfried <david.siegfried@uni-vechta.de>2025-09-12 15:00:11 +0200
commit1d2c9f99421e6f39c2765e407f23bfd8bdb2bf03 (patch)
tree7e86753ad94604c6dbe0338e67cb28e64617c280 /app
parent61ca2f2a3fc71afed3550b19141bb9fededa3011 (diff)
rename migration and fixstep-1670
Diffstat (limited to 'app')
-rw-r--r--app/controllers/u.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/u.php b/app/controllers/u.php
index 29a77b8..6cdcefd 100644
--- a/app/controllers/u.php
+++ b/app/controllers/u.php
@@ -11,6 +11,7 @@ class UController extends AuthenticatedController
$this->redirect($this->url_for('start'));
return;
}
+ dd($short_url->path);
$this->redirect(URLHelper::getURL($short_url->path));
}
}