mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Fixed a typo in popup window management
This commit is contained in:
parent
94c6290094
commit
28d32305f3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
// Print the page header
|
||||
//
|
||||
$scripts = '';
|
||||
if ($scorm->popup = 1) {
|
||||
if ($scorm->popup == 1) {
|
||||
$scripts = 'onUnload="top.main.close();"';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue