diff options
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index 68d4204b2..bc7e3a1c4 100644 --- a/mod/display.php +++ b/mod/display.php @@ -19,6 +19,8 @@ function display_content(&$a) { $a->page['htmlhead'] .= get_markup_template('display-head.tpl'); + + if(argc() > 1) $item_hash = argv(2); |