Author: sebawagner
Date: Sun Jun 3 09:25:51 2012
New Revision: 1345636
URL: http://svn.apache.org/viewvc?rev=1345636&view=rev
Log:
Fix runtime warning / NullPointerException
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx?rev=1345636&r1=1345635&r2=1345636&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
(original)
+++
incubator/openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx
Sun Jun 3 09:25:51 2012
@@ -476,4 +476,10 @@ and some more references to temp-objects
}
</method>
+<!--
+ Holds a reference to the current activity list, if there is one
+ -->
+<attribute name="currentActivityList" value="null" />
+
+
</library>