Update point.view.php

This commit is contained in:
sejin7940 2014-08-30 20:54:01 +09:00
parent 4b7fe3f43b
commit dcf7c74e39

View file

@ -48,6 +48,8 @@ class pointView extends point
$module_config['read_document'] = $config->read_document;
$module_config['voted'] = $config->voted;
$module_config['blamed'] = $config->blamed;
$module_config['voted_comment'] = $config->voted_comment;
$module_config['blamed_comment'] = $config->blamed_comment;
}
}