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 = '';
|
$o = '';
|
||||||
|
|
||||||
$item_id = ((argc() > 1) ? intval(argv(1)) : 0);
|
$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()) {
|
if(! local_user()) {
|
||||||
notice( t('Permission denied.') . EOL);
|
notice( t('Permission denied.') . EOL);
|
||||||
|
@ -1 +1 @@
|
|||||||
2012-11-12.136
|
2012-11-13.137
|
||||||
|
Reference in New Issue
Block a user