Skip to content

Commit 03dd1e4

Browse files
author
janatzend
committed
makeWriteableDir is now public
1 parent 09c16a5 commit 03dd1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZendServer/DepH/Path/Path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function makePersitentWritableDir($appName, $dir, $persitentDir = null) {
160160
*
161161
* @param string $dir
162162
*/
163-
private function createWriteableDir($dir) {
163+
public function createWriteableDir($dir) {
164164
$this->shell->exec("mkdir -p $dir");
165165

166166
$gid = $this->params->getWebserverGid();

0 commit comments

Comments
 (0)