* [task#152533] modify the params.
This commit is contained in:
+1
-1
@@ -2316,7 +2316,7 @@ class aiModel extends model
|
||||
}
|
||||
if($prompt->module == 'doc') $objectType = 'mine';
|
||||
|
||||
return array(helper::createLink($module, $method, "objectType=$objectType¶ms=$params&from=ai#open-in-modal?width=300"), false);
|
||||
return array(helper::createLink($module, $method, "objectType=$objectType¶ms=$params&from=ai") . '#open-modal?width=300', false);
|
||||
}
|
||||
|
||||
/* Try to assemble link vars from both passed-in `$linkArgs` and object props. */
|
||||
|
||||
Reference in New Issue
Block a user