Skip to content

Commit

Permalink
Correct makedir() argument
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 19, 2013
1 parent 979bbb9 commit cfc6ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer-tools/horde-installer-phar-create
Expand Up @@ -50,7 +50,7 @@ class HordeCreatePharInstaller
$this->_build . '/' . $val->getFilename()
);
} elseif ($val->isDir()) {
mkdir($val->getRealPath());
mkdir($this->_build . '/' . $val->getFilename());
}
}

Expand Down

0 comments on commit cfc6ed2

Please sign in to comment.