mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-19698 deprecated assign new by ref in feedback
This commit is contained in:
parent
0e7de62880
commit
b626322b51
@ -41,7 +41,7 @@ class EasyWorkbook extends Spreadsheet_Excel_Writer {
|
||||
}
|
||||
}
|
||||
|
||||
$worksheet =& new EasyWorksheet($this->_BIFF_version,
|
||||
$worksheet = new EasyWorksheet($this->_BIFF_version,
|
||||
$name, $index,
|
||||
$this->_activesheet, $this->_firstsheet,
|
||||
$this->_str_total, $this->_str_unique,
|
||||
|
Loading…
x
Reference in New Issue
Block a user