diff options
author | flop25 <flop25@piwigo.org> | 2014-04-14 20:58:02 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-04-14 20:58:02 +0000 |
commit | 8f9d4416e5b1dcded982cc3fc7171074004ac22e (patch) | |
tree | 0e3e68d1588ef7c5db15e422b5b453800cf24c89 /include/config_default.inc.php | |
parent | 511138399b9a14909a0857db135ad5f747273c82 (diff) |
allow TakeATour to exist in the public part
typo fix in config.inc.php
git-svn-id: http://piwigo.org/svn/trunk@28180 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index cd7c0156a..88da22213 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -439,7 +439,7 @@ $conf['debug_mail'] = false; $conf['die_on_sql_error'] = true; // if true, some language strings are replaced during template compilation -// (insted of template output). this results in better performance. however +// (instead of template output). this results in better performance. however // any change in the language file will not be propagated until you purge // the compiled templates from the admin / maintenance menu $conf['compiled_template_cache_language'] = false; |