Skip to content

Commit

Permalink
Fixed issue #6247: Folder ".../<limesurvey>/application/runtime" need…
Browse files Browse the repository at this point in the history
…s to be writable

Dev Moved to /tmp folder
  • Loading branch information
c-schmitz committed Jun 22, 2012
1 parent 9225ee9 commit 4c7dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/InstallerController.php
Expand Up @@ -947,7 +947,7 @@ function _writeConfigFile()
."*/" ."\n"
. "return array(" . "\n"
."\t" . "'basePath' => dirname(dirname(__FILE__))," . "\n"
."\t" . "'runtimePath' => dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.'runtime'," . "\n"
."\t" . "'runtimePath' => dirname(dirname(dirname(__FILE__))).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.'runtime'," . "\n"
."\t" . "'name' => 'LimeSurvey'," . "\n"
."\t" . "'defaultController' => 'survey'," . "\n"
."\t" . "" . "\n"
Expand Down

0 comments on commit 4c7dcf0

Please sign in to comment.