Google Analytics Error in Dashboard

Permalink
Hi,
I have set up a google analytics account for the site I manage as well as 'tracking and statistics' add on. The tracking code is installed correctly and results are showing in GA's site and I am attempting to get the stats to show on the dashboard like:
http://www.concrete5tutorials.com/block-tutorials/configure-the-con...

However I am getting an error under the select report:
Warning: Missing argument 2 for ConcreteInterfaceHelper::submit(), called in /home/default/site name/packages/hanalei_google_analytics/single_pages/dashboard/google_analytics/settings.php on line 41 and defined in /home/default/site name/concrete/helpers/concrete/interface.php on line 32

I have looked at both these lines on the files and can't identify the problem as I don't know PHP too well:
line 41:<br /><br /><span style="float:left;"><?php echo $ih->submit(t('Save')); ?></span>

line 32: public function submit($text, $formID, $buttonAlign = 'right', $innerClass = null, $args = array()) {

This happens both before and after following the steps in the tutorial