more easter eggs

This commit is contained in:
friendica 2014-05-03 01:14:28 -07:00
parent f6bcc1dfc4
commit 5d623f3a08
2 changed files with 7 additions and 1 deletions

View File

@ -108,6 +108,9 @@ function change_channel($change_channel) {
function permissions_sql($owner_id,$remote_verified = false,$groups = null) {
if(defined('STATUSNET_PRIVACY_COMPATIBILITY'))
return '';
$local_user = local_user();
$remote_user = remote_user();
@ -170,6 +173,9 @@ function permissions_sql($owner_id,$remote_verified = false,$groups = null) {
function item_permissions_sql($owner_id,$remote_verified = false,$groups = null) {
if(defined('STATUSNET_PRIVACY_COMPATIBILITY'))
return '';
$local_user = local_user();
$remote_user = remote_user();

View File

@ -1 +1 @@
2014-05-02.663
2014-05-03.664