mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-70750-311' of git://github.com/ilyatregubov/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
ae9c02762e
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class graph {
|
|||
//print "$thisX, $thisY <br />";
|
||||
|
||||
if (($bar!='none') && (string)$thisY != 'none') {
|
||||
if ($relatedset = $this->offset_relation[$set]) { // Moodle
|
||||
if (isset($this->offset_relation[$set]) && $relatedset = $this->offset_relation[$set]) {
|
||||
$yoffset = $this->calculated['y_plot'][$relatedset][$index]; // Moodle
|
||||
} else { // Moodle
|
||||
$yoffset = 0; // Moodle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue