no message
This commit is contained in:
parent
43ffedf78b
commit
1a67af66ef
@ -319,7 +319,7 @@ final class HookController
|
|||||||
// /nodeList
|
// /nodeList
|
||||||
if (strpos($sText, '/nodeList') === 0 || strpos($sText, '\/nodeList') === 0) {
|
if (strpos($sText, '/nodeList') === 0 || strpos($sText, '\/nodeList') === 0) {
|
||||||
|
|
||||||
$aNodeList = Node::where('type', 1)->get()->toArray();
|
$aNodeList = Node::where('type', 1)->get()->orderBy('name', 'desc')->toArray();
|
||||||
|
|
||||||
$sMsg = '';
|
$sMsg = '';
|
||||||
foreach ($aNodeList as $row) {
|
foreach ($aNodeList as $row) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user