Fixed XenForo_Template_Compiler_Tag_Likes

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
Line 42:
PHP:
$compiler->getNewCompilerException(new XenForo_Phrase('missing_attribute_x_for_tag_y', array(
                'attribute' => 'url',
                'tag' => 'likes'
            )));

isn't here throw missing before $compiler->get........;)
 
Top Bottom