why oh why is poco_load not getting called? oh - that's why.

This commit is contained in:
friendica
2013-01-24 14:31:57 -08:00
parent 5da1948ede
commit 4f7f547190
5 changed files with 24 additions and 25 deletions

View File

@@ -4282,14 +4282,14 @@ function fetch_post_tags($items) {
function zot_feed($uid,$observer,$mindate) {
function zot_feed($uid,$observer_xchan,$mindate) {
$result = array();
$mindate = datetime_convert('UTC','UTC',$mindate);
if(! $mindate)
$mindate = '0000-00-00 00:00:00';
if(! perm_is_allowed($uid,$observer,'view_stream')) {
if(! perm_is_allowed($uid,$observer_xchan,'view_stream')) {
return $result;
}