Skip to content
Snippets Groups Projects
Commit ac628773 authored by Richard Alam's avatar Richard Alam
Browse files

- fix problem where version number is not picked up from config.xml

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1587 af16638f-c34d-0410-8cfa-b39d5352b314
parent 1376f8de
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ package org.bigbluebutton.main.model
_portTestApplication = xml.porttest.@application;
var list:XMLList = xml.modules.module;
_version = xml.@version;
_version = xml.version;
trace("version " + _version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment