Skip to content

Commit

Permalink
Really show real future tmp directory (replace test value)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Apr 7, 2015
1 parent abfac2d commit 7b9c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/installer/PreCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getUploadPath() {
}

public function getTempPath() {
return Yii::getPathOfAlias('webroot') . '/tjjmp';
return Yii::getPathOfAlias('webroot') . '/tmp';
}

public function getZipSupport() {
Expand Down

0 comments on commit 7b9c875

Please sign in to comment.