route bugfix

This commit is contained in:
Joey Kimsey
2025-01-23 22:21:20 -05:00
parent 3fcc5aee52
commit b8d774c9f6

View File

@ -36,7 +36,7 @@ class Routes extends AdminController {
}
public function create() {
if ( Input::exists( 'redirect_type' ) ) {
if ( ! Input::exists( 'redirect_type' ) ) {
return Views::view( 'admin.routes.create' );
}