diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 8e01a51812..1973ef00ab 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -250,7 +250,7 @@ require_once "resources/paging.php"; //get total recordings from the database - $sql = "select count(recording_uuid) as num_rows from v_recordings from v_recordings \n"; + $sql = "select count(recording_uuid) as num_rows from v_recordings \n"; $sql = "where domain_uuid = '".$_SESSION['domain_uuid']."' "; $prep_statement = $db->prepare($sql); if ($prep_statement) {