fix summary and use item_normal_search() for viewsrc so we can also view the source for articles, cards, etc.
This commit is contained in:
@@ -25,7 +25,7 @@ class Viewsrc extends \Zotlabs\Web\Controller {
|
||||
notice( t('Item not found.') . EOL);
|
||||
}
|
||||
|
||||
$item_normal = item_normal();
|
||||
$item_normal = item_normal_search();
|
||||
|
||||
if(local_channel() && $item_id) {
|
||||
$r = q("select id, mid, item_flags, mimetype, item_obscured, body, llink, plink from item where uid in (%d , %d) and id = %d $item_normal limit 1",
|
||||
|
Reference in New Issue
Block a user