Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Dec 11, 2024
1 parent 629ae58 commit 8812fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjobs/opencast_discover_videos.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function execute($last_result, $parameters = array())
}

// fix any broken playlists visibility
DBManager::get("UPDATE oc_playlist_seminar SET visibility = 'visible'
DBManager::get()->exec("UPDATE oc_playlist_seminar SET visibility = 'visible'
WHERE visibility IS NULL or visibility = ''");

}
Expand Down

0 comments on commit 8812fe0

Please sign in to comment.