Skip to content

Commit

Permalink
テンプレート変数の所属グループが保存できない
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Dec 23, 2014
1 parent bf4fd1d commit e4b6649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/processors/save_tmplvars.processor.php
Expand Up @@ -197,7 +197,7 @@ function saveDocumentAccessPermissons() {
foreach ($docgroups as $dgkey => $value) {
$field['tmplvarid'] = $id;
$field['documentgroup'] = stripslashes($value);
$rs = $modx->db->insert($field, $tbl_site_tmplvar_access);
$rs = $modx->db->insert($field, '[+prefix+]site_tmplvar_access');
if (!$rs) {
echo "An error occured while attempting to save template variable acess permissions.";
exit;
Expand Down

0 comments on commit e4b6649

Please sign in to comment.