hq: $item_normal was defined to late
This commit is contained in:
parent
241a0829dc
commit
88d0bf94d8
@ -39,6 +39,9 @@ class Hq extends \Zotlabs\Web\Controller {
|
||||
if($_REQUEST['mid'])
|
||||
$item_hash = $_REQUEST['mid'];
|
||||
|
||||
$item_normal = item_normal();
|
||||
$item_normal_update = item_normal_update();
|
||||
|
||||
if(! $item_hash) {
|
||||
|
||||
$r = q("SELECT mid FROM item
|
||||
@ -177,9 +180,6 @@ class Hq extends \Zotlabs\Web\Controller {
|
||||
|
||||
}
|
||||
|
||||
$item_normal = item_normal();
|
||||
$item_normal_update = item_normal_update();
|
||||
|
||||
if($load) {
|
||||
$r = null;
|
||||
|
||||
|
Reference in New Issue
Block a user