sometimes it gets confusing when using two trees with completely different structures
This commit is contained in:
parent
b7ccf08cea
commit
15c8da101a
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
2012-11-12.136
|
||||
2012-11-13.137
|
||||
|
Reference in New Issue
Block a user