diff options
| -rw-r--r-- | jquery_drawer.module | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/jquery_drawer.module b/jquery_drawer.module index dea6197..7013cdb 100644 --- a/jquery_drawer.module +++ b/jquery_drawer.module @@ -105,7 +105,7 @@ function jquery_drawer_check_empty($tid) {  /**   * Static version of taxonomy_select_nodes().   */ -function jquery_drawer_select_nodes($tid) { +function jquery_drawer_select_nodes($tid = NULL) {    static $cache = array();    if (isset($cache[$tid])) { | 
