inconsistent naming of block item types

This commit is contained in:
redmatrix
2015-07-08 18:05:38 -07:00
parent 6b41074396
commit 43354ab385
4 changed files with 6 additions and 6 deletions

View File

@@ -903,7 +903,7 @@ function widget_random_block($arr) {
item_type = %d $sql_options order by $randfunc limit 1",
intval($channel_id),
dbesc('%' . $contains . '%'),
intval(ITEM_TYPE_BUILDBLOCK)
intval(ITEM_TYPE_BLOCK)
);
if($r) {