Fabien Potencier 14 年之前
父節點
當前提交
0c46797a35
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

+ 1 - 2
src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

@@ -64,8 +64,7 @@ EOT
         }
         }
 
 
         if (!function_exists('symlink') && $input->getOption('symlink')) {
         if (!function_exists('symlink') && $input->getOption('symlink')) {
-            throw new \InvalidArgumentException('The symlink()-Function is not available on your system.'
-                    . ' You need to install the assets without the --symlink option.');
+            throw new \InvalidArgumentException('The symlink() function is not available on your system. You need to install the assets without the --symlink option.');
         }
         }
 
 
         $filesystem = $this->container->get('filesystem');
         $filesystem = $this->container->get('filesystem');