Author: sevein
Date: Tue Jan 25 10:05:16 2011
New Revision: 8938

Log:
Use function_exists(), see issue 1908.

Modified:
   trunk/plugins/sfInstallPlugin/lib/sfInstall.class.php

Modified: trunk/plugins/sfInstallPlugin/lib/sfInstall.class.php
==============================================================================
--- trunk/plugins/sfInstallPlugin/lib/sfInstall.class.php       Tue Jan 25 
00:02:24 2011        (r8937)
+++ trunk/plugins/sfInstallPlugin/lib/sfInstall.class.php       Tue Jan 25 
10:05:16 2011        (r8938)
@@ -582,7 +582,7 @@
 
   public static function addSymlinks()
   {
-    if ($_SERVER['WINDIR'])
+    if (!function_exists('symlink'))
     {
       return;
     }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to