-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zik137] issue with routing #562
Comments
This is on purpose, since we are switching to having one controller for each entity. Admin and user controllers are only there for backwards compatibility reasons. See #465 for more information. |
And this contains that shorturls are not working at the moment? If I call:
I get:
|
Yes, because the "old-style" short urls are only possible for |
I will review whether we can improve this for 1.3.x again. |
Please try the following: In
by
|
Fix applied in 9c27c24 |
👍 |
Calling:
index.php?module=muvideo&type=admin&func=main
leads me to:
index.php?module=muvideo&type=collection&func=view&lct=admin
The text was updated successfully, but these errors were encountered: