1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-07 06:36:50 +02:00

Version 1.1.1 Theme and Plugin Optimizations

This commit is contained in:
Sebastian
2018-02-25 17:29:38 +01:00
parent 5deaf6f7ca
commit c43c633cb4
787 changed files with 58749 additions and 242 deletions

View File

@@ -24,7 +24,6 @@ class ValidationErrorsMiddleware
unset($_SESSION['errors']);
}
$response = $next($request, $response);
return $response;
return $next($request, $response);
}
}