From 18bf4a4ebd5a347b56bb4f15e6016475c684396c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 13 May 2014 18:44:59 +0000 Subject: [PATCH] Fix typo --- etemplate/js/et2_widget_selectAccount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_widget_selectAccount.js b/etemplate/js/et2_widget_selectAccount.js index cf3789b8d6..fdac5a23f5 100644 --- a/etemplate/js/et2_widget_selectAccount.js +++ b/etemplate/js/et2_widget_selectAccount.js @@ -167,7 +167,7 @@ var et2_selectAccount = et2_selectbox.extend( var type = this.egw().preference('account_selection', 'common'); - this.options.select_options = this._get_accounts(e); + this.options.select_options = this._get_accounts(); if(type == 'primary_group') {