From d7e22b71cc48c261455a3ebfbaf13cb5ebd4ba77 Mon Sep 17 00:00:00 2001 From: m-svo Date: Sat, 4 May 2019 10:08:38 +0300 Subject: fix typo --- lib/Controller/NoteController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Controller/NoteController.php b/lib/Controller/NoteController.php index 79b3b30..6fbe672 100755 --- a/lib/Controller/NoteController.php +++ b/lib/Controller/NoteController.php @@ -114,7 +114,7 @@ $recents['data'] = array(); foreach($recents['data'] as $item){ $path = $item['path']; - if(array_key_exists('newpath', $îtem) && $item['newpath'] != null){ + if(array_key_exists('newpath', $item) && $item['newpath'] != null){ $path = $item['newpath']; if(in_array($item['path'], $paths)){ array_splice($paths, array_search($item['path'], $paths), 1); @@ -985,4 +985,4 @@ } -?> \ No newline at end of file +?> -- cgit v1.2.3