diff options
Diffstat (limited to 'lib/class/search.class.php')
-rw-r--r-- | lib/class/search.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/search.class.php b/lib/class/search.class.php index 82a2654f..cd10fd5d 100644 --- a/lib/class/search.class.php +++ b/lib/class/search.class.php @@ -579,7 +579,7 @@ class Search extends playlist_object { while ($row = Dba::fetch_assoc($db_results)) { $results[] = array( 'object_id' => $row['id'], - 'type' => $this->searchtype + 'object_type' => $this->searchtype ); } @@ -607,7 +607,7 @@ class Search extends playlist_object { while ($row = Dba::fetch_assoc($db_results)) { $results[] = array( 'object_id' => $row['id'], - 'type' => $this->searchtype + 'object_type' => $this->searchtype ); } |