Merge branch 'wip-MDL-37946-master' of https://github.com/marinaglancy/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-07-05 00:19:59 +02:00
commit 68ddadc180

View file

@ -285,7 +285,7 @@ class mod_choice_renderer extends plugin_renderer_base {
* @param object $choices * @param object $choices
* @return string * @return string
*/ */
public function display_publish_anonymous_vertical($choices) { public function display_publish_anonymous_horizontal($choices) {
global $CHOICE_COLUMN_HEIGHT; global $CHOICE_COLUMN_HEIGHT;
$html = ''; $html = '';
@ -388,7 +388,7 @@ class mod_choice_renderer extends plugin_renderer_base {
* @param object $choices * @param object $choices
* @return string * @return string
*/ */
public function display_publish_anonymous_horizontal($choices) { public function display_publish_anonymous_vertical($choices) {
global $CHOICE_COLUMN_WIDTH; global $CHOICE_COLUMN_WIDTH;
$table = new html_table(); $table = new html_table();