Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailDev committed Nov 28, 2014
1 parent 5204faa commit 8a0cd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BasePath.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getRoot(){
'read' => false,
'write' => false,
'hidden' => true,
'locked' => true
'locked' => false
];

return \yii\helpers\ArrayHelper::merge($options, $this->options);
Expand Down
2 changes: 1 addition & 1 deletion LocalPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getRoot(){
'read' => false,
'write' => false,
'hidden' => true,
'locked' => true
'locked' => false
];

return \yii\helpers\ArrayHelper::merge($options, $this->options);
Expand Down

0 comments on commit 8a0cd68

Please sign in to comment.