aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/impel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/impel.php b/mod/impel.php
index e58264ce8..dcc82c9ba 100644
--- a/mod/impel.php
+++ b/mod/impel.php
@@ -113,7 +113,7 @@ function impel_init(&$a) {
dbesc($namespace),
intval(local_channel())
);
- $i = q("select id, item_restrict from item where mid = '%s' and uid = %d limit 1",
+ $i = q("select id, edited, item_restrict from item where mid = '%s' and uid = %d limit 1",
dbesc($arr['mid']),
intval(local_channel())
);