Partial revert "Replace uses of config_get() by calls to plugin_config_get()"
This partially reverts commit 9222599.

It is required that we use config_get() referencing the 'Source' plugin
in SourceIntegration.php. Because SourceIntegration is a child plugin of
Source, plugin_config_get() does not refer to the correct config string
when retrieving the setting, causing 'Configuration option not found'
errors to occur.
1 parent 9222599 commit 3727c7d48f2be80cce03ee5a0ba1f715de0729ad
@Damien Regad Damien Regad authored on 27 Feb 2013
Showing 3 changed files
View
Source/Source.API.php
View
Source/Source.ViewAPI.php
View
Source/SourceIntegration.php