aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-08 18:05:38 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-08 18:05:38 -0700
commit43354ab385cd5c7adcc86f591159f10201420aae (patch)
treeb22490a0bbef67f65740e2daf070120163f5c301 /include/widgets.php
parent6b41074396f72f8c47e3d6479b1035cde4a5c7f8 (diff)
downloadvolse-hubzilla-43354ab385cd5c7adcc86f591159f10201420aae.tar.gz
volse-hubzilla-43354ab385cd5c7adcc86f591159f10201420aae.tar.bz2
volse-hubzilla-43354ab385cd5c7adcc86f591159f10201420aae.zip
inconsistent naming of block item types
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index d87a8c440..bafd9c7a2 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -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) {