From 3cce18b8778ac78f189814a385c3de211bb72465 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Wed, 17 Dec 2008 09:43:15 -0500 Subject: pts-core: Fix a regression in pts_package_vendor_identifier() from yesterday's changes --- pts-core/functions/pts-functions_system_software.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pts-core') diff --git a/pts-core/functions/pts-functions_system_software.php b/pts-core/functions/pts-functions_system_software.php index 454170a..eb5e7fd 100644 --- a/pts-core/functions/pts-functions_system_software.php +++ b/pts-core/functions/pts-functions_system_software.php @@ -67,7 +67,7 @@ function pts_package_vendor_identifier() } } - return $vendor; + return $os_vendor; } function sw_os_virtualized_mode() { -- cgit