Skip to content

Commit

Permalink
Merge pull request briancray#2 from simon/notices
Browse files Browse the repository at this point in the history
Fix error notice
  • Loading branch information
Brian Cray committed Feb 21, 2012
2 parents eab6a3a + 4b6fbcc commit c76a487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpab.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private function setup_ga ()
$async = preg_match('/_gaq\.push\(\[[\'\"]_trackPageview[\'\"]\]\)/', $this->content, $matches, PREG_OFFSET_CAPTURE);
if($async == FALSE)
{
$auto_fail = TRUE;
$async = FALSE;
}
else
Expand Down

0 comments on commit c76a487

Please sign in to comment.