diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index 92e968290c..58fd477fe8 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -535,7 +535,7 @@ function egw_openWindowCentered2(_url, _windowName, _width, _height, _status) return windowID; } -function egw_openWindowCentered(_url, _windowName, _width, _height, _status) +function egw_openWindowCentered(_url, _windowName, _width, _height) { return egw_openWindowCentered2(_url, _windowName, _width, _height, 'no'); }