From cd7fef412c951e497ae4747f964814cdd970f44c Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 29 Nov 2008 21:21:04 -0500 Subject: pts-core: Fix regression in hw_gpu_xrandr_available_modes() --- pts-core/functions/pts-functions_system_graphics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pts-core/functions') diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php index 589dce5..01efb94 100644 --- a/pts-core/functions/pts-functions_system_graphics.php +++ b/pts-core/functions/pts-functions_system_graphics.php @@ -498,7 +498,7 @@ function hw_gpu_xrandr_available_modes() } } - $available_modes = $modes; + $available_modes = $sorted_modes; } return $available_modes; -- cgit