* Fix bug.

This commit is contained in:
liumengyi
2022-06-23 09:50:44 +08:00
parent 067a594067
commit 67f88f0177
+1 -1
View File
@@ -2792,7 +2792,7 @@ EOT;
{
$libs = $this->getLibsByObject('custom', 0, '', $appendLib);
$this->app->rawMethod = 'custom';
if($libID == 0) $libID = key($libs);
if($libID == 0) $libID = reset($libs)->id;
$this->lang->modulePageNav = $this->select($type, $objects, $objectID, $libs, $libID);
$object = new stdclass();