دروود

به مسیر ارر برید و فایل مربوزه رو پیدا کنید !

قطعه کد زیر رو در فایل بیابید
کد:
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
         {
            $result[] = $temp;
         }
به قطعه کد زیر تغییر بدید
کد:
if (method_exists($plugin, 'onDisplay')) {
                $temp = $plugin->onDisplay($editor, $this->asset, $this->author);
                $result[] = $temp;
            }
در پناه ایزد