1
0
Fork 0

removed reference to exec

pull/940/head
Johannes M. Schmitt 2012-08-10 10:16:42 +02:00
parent e3a93d5c84
commit 3db8419569
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Filesystem
public function rename($source, $target)
{
if (defined('PHP_WINDOWS_VERSION_BUILD') || ! function_exists('exec')) {
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
rename($source, $target);
return;