* [misc,done,0.1h] get text field.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 4ccd96b992
commit d63e54342b
+1 -1
View File
@@ -554,7 +554,7 @@ class repoModel extends model
{
if(common::isTutorialMode()) return $this->loadModel('tutorial')->getRepoPairs();
$repos = $this->dao->select('*')->from(TABLE_REPO)
$repos = $this->dao->select('*,acl')->from(TABLE_REPO)
->where('deleted')->eq(0)
->fetchAll('id', false);