cloudcms-server 0.9.264 → 0.9.265

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.
@@ -9,8 +9,6 @@ class SessionAdapter extends AbstractAdapter
9
9
 
10
10
  identify(req, callback)
11
11
  {
12
- var _this = super;
13
-
14
12
  if (req.session)
15
13
  {
16
14
  return req.session.reload(function() {
@@ -27,7 +25,7 @@ class SessionAdapter extends AbstractAdapter
27
25
  }
28
26
  else
29
27
  {
30
- return _this.identify(req, callback);
28
+ return super.identify(req, callback);
31
29
  }
32
30
  });
33
31
  }
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": "0.9.264",
9
+ "version": "0.9.265",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"