Skip to content

Commit

Permalink
Suggest writing permissions for main/lang directory - refs #8234
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed May 17, 2016
1 parent 432f771 commit e81d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/install/install.lib.php
Expand Up @@ -940,7 +940,7 @@ function display_requirements(
</tr>
<tr>
<td class="requirements-item">'.api_get_path(SYS_CODE_PATH).'lang/</td>
<td class="requirements-value">'.check_writable(api_get_path(SYS_CODE_PATH).'lang/', true).' <br />('.get_lang('SuggestionOnlyToEnableSubLanguageFeature').')</td>
<td class="requirements-value">'.check_writable(api_get_path(SYS_CODE_PATH).'lang/', true).' <br />('.get_lang('SuggestionOnlyToEnableSubLanguageFeatureOrUpgradeProcess').')</td>
</tr>
<tr>
<td class="requirements-item">'.api_get_path(SYS_PATH).'vendor/</td>
Expand Down

0 comments on commit e81d8db

Please sign in to comment.