more db column renames
This commit is contained in:
@@ -39,7 +39,7 @@ class Filer extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
else {
|
||||
$filetags = array();
|
||||
$r = q("select distinct(term) from term where uid = %d and type = %d order by term asc",
|
||||
$r = q("select distinct(term) from term where uid = %d and ttype = %d order by term asc",
|
||||
intval(local_channel()),
|
||||
intval(TERM_FILE)
|
||||
);
|
||||
|
Reference in New Issue
Block a user