cloudcms-server 3.2.304 → 3.2.305

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -209,7 +209,7 @@ exports = module.exports = function()
209
209
  if (!data.releaseId && !data.branchId)
210
210
  {
211
211
  req.runtime = data;
212
- next();
212
+ return next();
213
213
  }
214
214
 
215
215
  // create runtime file
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "3.2.304",
9
+ "version": "3.2.305",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"