File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
files/lib/system/user/online/location Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function cache(UserOnline $user) {}
19
19
public function get (UserOnline $ user , $ languageVariable = '' ) {
20
20
$ page = PageCache::getInstance ()->getPage ($ user ->objectID );
21
21
22
- if (!$ page || ! $ page -> canRead () ) {
22
+ if (!$ page ) {
23
23
return '' ;
24
24
}
25
25
Original file line number Diff line number Diff line change 5
5
<packagedescription ><![CDATA[ CMS for WCF 2.0]]> </packagedescription >
6
6
<isapplication >1</isapplication >
7
7
<version >2.0.0 Beta 3</version >
8
- <date >2014-07-11 </date >
8
+ <date >2014-07-26 </date >
9
9
</packageinformation >
10
10
11
11
<authorinformation >
62
62
<instruction type =" acpTemplate" >acptemplates.tar</instruction >
63
63
<instruction type =" template" >templates.tar</instruction >
64
64
</instructions >
65
- </package >
65
+ </package >
You can’t perform that action at this time.
0 commit comments