From 4158fc6883ea7477bbde56d9a90879e282611b2a Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Wed, 23 Sep 2009 06:28:12 +0000 Subject: [PATCH] navigation MDL-20324 Fixed typo --- lib/outputactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputactions.php b/lib/outputactions.php index 6250752337..d4a3ad6f3c 100644 --- a/lib/outputactions.php +++ b/lib/outputactions.php @@ -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 -- 2.39.5