viewsrc only on your own stuff

This commit is contained in:
friendica 2012-03-30 23:19:14 -07:00
parent 81160d4046
commit 9ffb8f131d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -32,7 +32,7 @@ EOS;
}
function viewsrc_item_photo_menu(&$a,&$b) {
if(! local_user())
if((! local_user()) || (local_user() != $b['item']['uid']))
return;
$b['menu'] = array_merge( array( t('View Source') => $a->get_baseurl() . '/viewsrc/'. $b['item']['id']), $b['menu']);