Skip to content

Commit

Permalink
Disable Hello ThinkUp insight; temporarily disable link prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jan 13, 2014
1 parent ce36578 commit f822abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -60,5 +60,5 @@ public function generateInsight(Instance $instance, $last_week_of_posts, $number
} }
} }


$insights_plugin_registrar = PluginRegistrarInsights::getInstance(); //$insights_plugin_registrar = PluginRegistrarInsights::getInstance();
$insights_plugin_registrar->registerInsightPlugin('HelloThinkUpInsight'); //$insights_plugin_registrar->registerInsightPlugin('HelloThinkUpInsight');
4 changes: 2 additions & 2 deletions webapp/plugins/insightsgenerator/insights/linkprompt.php
Expand Up @@ -104,5 +104,5 @@ public function shouldGenerateInsight($slug, Instance $instance, $insight_date=n
} }
} }


$insights_plugin_registrar = PluginRegistrarInsights::getInstance(); //$insights_plugin_registrar = PluginRegistrarInsights::getInstance();
$insights_plugin_registrar->registerInsightPlugin('LinkPromptInsight'); //$insights_plugin_registrar->registerInsightPlugin('LinkPromptInsight');

0 comments on commit f822abd

Please sign in to comment.