From: Earl Miles Date: Tue, 8 Feb 2011 18:13:57 +0000 (+0000) Subject: #999302 by troky: Fix jump menu. Apparently this wasn't actually committed the last... X-Git-Tag: 7.x-1.0-alpha3~84 X-Git-Url: http://drupalcode.org/project/ctools.git/commitdiff_plain/0a5510f6c039c6a18a728176f94b39cdd6fff1d8 #999302 by troky: Fix jump menu. Apparently this wasn't actually committed the last time it was committed. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index af9c33e..0995953 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ Current API VERSION: 2.0. See API.txt for more information. ctools 7.x-1.x-dev ================== #1008120: "New custom content" shows empty form if custom content panes module is not enabled. +#999302 by troky: Fix jump menu. Apparently this wasn't actually committed the last time it was committed. ctools 7.x-1.x-alpha2 (05-Jan-2011) =================================== diff --git a/includes/jump-menu.inc b/includes/jump-menu.inc index 01f432f..76132ac 100644 --- a/includes/jump-menu.inc +++ b/includes/jump-menu.inc @@ -44,7 +44,7 @@ * set to this. * - 'inline': If set to TRUE (default) the display will be forced inline. */ -function ctools_jump_menu($form_state, $select, $options = array()) { +function ctools_jump_menu($form, &$form_state, $select, $options = array()) { $options += array( 'button' => t('Go'), 'choose' => t('- Choose -'),