Fatal error: Call to undefined method VectorTemplate::getIndicators() in /.../w/skins/Vector/VectorTemplate.php on line 105
The appropriate line: <?php echo $this->getIndicators(); ?>
I can't find this function anywhere else outside of skins, so I have no idea what the function does. Commenting out the echo gives me this:
So I'm guessing this line is needed.
Anyone have any idea what is going on? I cloned via git but the directory should be correct. Is there a specific tag I'm supposed to have checked out or is master OK?