Skip to content

Commit

Permalink
Merge pull request baserproject#79 from mattun0313/dev-2
Browse files Browse the repository at this point in the history
モバイル用Google Analyticsが正常に呼ばれていなかったのを修正
  • Loading branch information
ryuring committed May 7, 2013
2 parents 600b36a + 775c1b4 commit f34459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baser/controllers/mobile_controller.php
Expand Up @@ -36,7 +36,7 @@ class MobileController extends AppController {
* return void
* access public
*/
function ga() {
function mobile_ga() {

if(empty($this->siteConfigs['google_analytics_id']) || !version_compare ( preg_replace('/[a-z-]/','', phpversion()), '5','>=')) {
header("Content-Type: image/gif");
Expand Down

0 comments on commit f34459e

Please sign in to comment.