File tree Expand file tree Collapse file tree
files/lib/system/wsdb/exporter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,18 @@ public function getQueue()
7979 if (\in_array ('dev.hanashi.wsdb.links.option ' , $ this ->selectedData )) {
8080 $ queue [] = 'dev.hanashi.wsdb.links.option ' ;
8181 }
82+ if (\in_array ('dev.hanashi.wsdb.links.links ' , $ this ->selectedData )) {
83+ $ queue [] = 'dev.hanashi.wsdb.links.links ' ;
84+ if (\in_array ('dev.hanashi.wsdb.links.option.values ' , $ this ->selectedData )) {
85+ $ queue [] = 'dev.hanashi.wsdb.links.option.values ' ;
86+ }
87+ if (\in_array ('dev.hanashi.wsdb.links.comment ' , $ this ->selectedData )) {
88+ $ queue [] = 'dev.hanashi.wsdb.links.comment ' ;
89+ }
90+ if (\in_array ('dev.hanashi.wsdb.links.comment.response ' , $ this ->selectedData )) {
91+ $ queue [] = 'dev.hanashi.wsdb.links.comment.response ' ;
92+ }
93+ }
8294 }
8395
8496 return $ queue ;
@@ -97,7 +109,6 @@ public function getSupportedData(): array
97109 'dev.hanashi.wsdb.links.option.values ' ,
98110 'dev.hanashi.wsdb.links.comment ' ,
99111 'dev.hanashi.wsdb.links.comment.response ' ,
100- 'dev.hanashi.wsdb.links.bbcode ' ,
101112 ],
102113 ];
103114 }
You can’t perform that action at this time.
0 commit comments