Skip to content

Commit

Permalink
MDL-15183 reverting previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg324 committed Jun 9, 2008
1 parent 9cf4a18 commit 73ee9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/graphlib.php
Expand Up @@ -978,8 +978,8 @@ function init_y_axis() {
$axis_size = $this->parameter['axis_size'];
$axis_colour = $this->parameter['axis_colour'];
$axis_angle = $this->parameter['y_axis_angle'];
$y_tick_labels = $this->parameter['y_tick_labels'];

$y_tick_labels = $this->y_tick_labels;
$this->calculated['y_axis_left']['has_data'] = FALSE;
$this->calculated['y_axis_right']['has_data'] = FALSE;

Expand Down

0 comments on commit 73ee9fd

Please sign in to comment.