You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/04/24 05:24:59 UTC

svn commit: r1589561 - /openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx

Author: solomax
Date: Thu Apr 24 03:24:58 2014
New Revision: 1589561

URL: http://svn.apache.org/r1589561
Log:
[OPENMEETINGS-985] Send invitation is fixed

Modified:
    openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx?rev=1589561&r1=1589560&r2=1589561&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx Thu Apr 24 03:24:58 2014
@@ -220,7 +220,6 @@
 			<netparam name="sid"><method name="getValue">return canvas.sessionId;</method></netparam>
 			<netparam name="username"><method name="getValue">return hib.userobject.firstname+' '+hib.userobject.lastname</method></netparam>
 			<netparam name="message"><method name="getValue">return this.parent.parent._message.getText();</method></netparam>
-			<netparam name="baseurl"><method name="getValue">return parent.parent.baseUrl;</method></netparam>
 			<netparam name="email"><method name="getValue">return this.parent.parent._recipient.getText();</method></netparam>
 			<netparam name="subject"><method name="getValue">return this.parent.parent._subject.getText();</method></netparam>
 			<netparam name="roomid"><method name="getValue">return hib.currentroomid;</method></netparam>