sometimes it gets confusing when using two trees with completely different structures

This commit is contained in:
friendica 2012-11-13 15:04:25 -08:00
parent b7ccf08cea
commit 15c8da101a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ function viewsrc_content(&$a) {
$o = '';
$item_id = ((argc() > 1) ? intval(argv(1)) : 0);
$json = ((argc() > 2 && argv[2] === 'json') ? true : false);
$json = ((argc() > 2 && argv(2) === 'json') ? true : false);
if(! local_user()) {
notice( t('Permission denied.') . EOL);

View File

@ -1 +1 @@
2012-11-12.136
2012-11-13.137