зеркало из https://github.com/nextcloud/news.git
fix small possible error
This commit is contained in:
Родитель
055c0930b6
Коммит
c8722f83b6
|
@ -105,7 +105,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
|
|||
search: search
|
||||
};
|
||||
|
||||
if ($route.current.params.id !== undefined) {
|
||||
if ($route.current !== undefined &&
|
||||
$route.current.params !== undefined &&
|
||||
$route.current.params.id !== undefined) {
|
||||
parameters.id = $route.current.params.id;
|
||||
}
|
||||
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче