]> git.mjollnir.org Git - moodle.git/commitdiff
navigation MDL-20324 Fixed typo
authorsamhemelryk <samhemelryk>
Wed, 23 Sep 2009 06:28:12 +0000 (06:28 +0000)
committersamhemelryk <samhemelryk>
Wed, 23 Sep 2009 06:28:12 +0000 (06:28 +0000)
lib/outputactions.php

index 625075233744238563dad91e1256bab4224d55f6..d4a3ad6f3ceaf9f5e9af326b0b51abb6062e1737 100644 (file)
@@ -172,6 +172,6 @@ class breakout_of_frame_action extends component_action {
      */
     public function __construct() {
         global $CFG;
-        parent::__construct('click', 'frame_breakout', array('topframe'=>$CFG->framename));
+        parent::__construct('click', 'frame_breakout', array('framename'=>$CFG->framename));
     }
 }
\ No newline at end of file