diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index e202a5629c..086f072f62 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -35,7 +35,7 @@ $text = $language->get(); //set the max php execution time - ini_set(max_execution_time,7200); + ini_set('max_execution_time',7200); //get the http get values and set them as php variables $order_by = $_GET["order_by"];