Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/controllers/developers_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/controllers/developers_controller.php')
-rw-r--r--site/app/controllers/developers_controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/controllers/developers_controller.php b/site/app/controllers/developers_controller.php
index 1a5e7c6..d97d8c4 100644
--- a/site/app/controllers/developers_controller.php
+++ b/site/app/controllers/developers_controller.php
@@ -877,7 +877,7 @@ class DevelopersController extends AppController
$info_text = str_replace(";", ",", $info_text);
$info_text = preg_replace("/(^|\\n)[\t ][^\\n]*/", "", $info_text);
file_put_contents($info_file, $info_text);
- $info = parse_ini_file($info_file);
+ $info = parse_ini_file($info_file, false, INI_SCANNER_RAW);
}
$this->_rmtree($tmpdir);