Skip to content

Commit f82ea8d

Browse files
author
Jens Krumsieck
committed
useronline
1 parent 7385157 commit f82ea8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

files/lib/system/user/online/location/PageLocation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function cache(UserOnline $user) {}
1919
public function get(UserOnline $user, $languageVariable = '') {
2020
$page = PageCache::getInstance()->getPage($user->objectID);
2121

22-
if (!$page || !$page->canRead()) {
22+
if (!$page) {
2323
return '';
2424
}
2525

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packagedescription><![CDATA[CMS for WCF 2.0]]></packagedescription>
66
<isapplication>1</isapplication>
77
<version>2.0.0 Beta 3</version>
8-
<date>2014-07-11</date>
8+
<date>2014-07-26</date>
99
</packageinformation>
1010

1111
<authorinformation>
@@ -62,4 +62,4 @@
6262
<instruction type="acpTemplate">acptemplates.tar</instruction>
6363
<instruction type="template">templates.tar</instruction>
6464
</instructions>
65-
</package>
65+
</package>

0 commit comments

Comments
 (0)