Skip to content

Commit

Permalink
fixed the HTMLTOPDF_PATH and HTMLTOPDF_PATH_TMP config value gets esc…
Browse files Browse the repository at this point in the history
…aped.
  • Loading branch information
rasseljandavid committed Jul 18, 2011
1 parent f289bf2 commit 5010e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public function update_siteconfig () {
if (!defined('SYS_CONFIG')) include_once(BASE.'subsystems/config.php');

foreach ($this->params['sc'] as $key => $value) {
exponent_config_change($key, stripslashes($value));
exponent_config_change($key, $value);
}

flash('message', "Your Website Configuration has been updated");
Expand Down

0 comments on commit 5010e71

Please sign in to comment.