Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Disable dashboard due to Google error API
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 10, 2012
1 parent 5bca4d7 commit 65b3cff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class BasesfAdminDashboardActions extends sfActions
{
public function executeDashboard(sfWebRequest $request)
{
return $this->redirect('@article');
try
{
$this->ga = new gapi(sfConfig::get('google_analytics_login'), sfConfig::get('google_analytics_password'), sfConfig::get('google_analytics_profile'));
Expand Down

0 comments on commit 65b3cff

Please sign in to comment.