OSDN Git Service

FIX:Strict Standards: Only variables should be passed by reference in
[nucleus-jp/nucleus-next.git] / nucleus / libs / ITEMACTIONS.php
index 559c7de..1a37831 100644 (file)
@@ -817,7 +817,8 @@ class ItemActions extends BaseActions
                $handler->setCurrentItem($this->currentItem);
                
                $parser = new Parser($handler);
-               $parser->parse($handler->highlight($data));
+               $highlight = $handler->highlight($data);
+               $parser->parse($highlight);
                return;
        }